Skip to content

Commit

Permalink
Enable debug log in preCICE
Browse files Browse the repository at this point in the history
Co-authored-by: Frédéric Simonis <simonisfrederic@gmail.com>
  • Loading branch information
MakisH and fsimonis authored Apr 23, 2024
1 parent 235bd03 commit 8f4fc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provisioning/install-precice.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fi
cd precice
git pull
mkdir -p build && cd build/
cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTING=OFF -Wno-dev ..
cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DPRECICE_RELEASE_WITH_DEBUG_LOG=ON -DBUILD_TESTING=OFF -Wno-dev ..
make -j "$(nproc)"
rm -fv ./*.deb && make package
sudo apt-get install -y ./libprecice*_*.deb
Expand Down

0 comments on commit 8f4fc38

Please sign in to comment.