Skip to content

Commit

Permalink
Switch preCICE to RelWithDebInfo
Browse files Browse the repository at this point in the history
Closes #41
  • Loading branch information
MakisH committed Apr 16, 2024
1 parent 062fe42 commit f004994
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=Debug -DBUILD_TESTING=OFF -Wno-dev ..
cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTING=OFF -Wno-dev ..
make -j "$(nproc)"
rm -fv ./*.deb && make package
sudo apt-get install -y ./libprecice2_*.deb
Expand Down

0 comments on commit f004994

Please sign in to comment.