IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 7d1a8dec authored by Nikos Karastathis's avatar Nikos Karastathis :ocean: Committed by Maximilian Reininghaus
Browse files

cmake in readme uses RelWithDebInfo instead pf Release

parent c762a506
No related branches found
No related tags found
1 merge request!504update conan version to 1.57 and include Release in build type during cmake, in the readme file
Pipeline #10495 skipped
......@@ -94,7 +94,7 @@ git clone --recursive git@gitlab.iap.kit.edu:AirShowerPhysics/corsika.git
mkdir corsika-build
cd corsika-build
../corsika/conan-install.sh
cmake ../corsika -DCMAKE_BUILD_TYPE="Release" -DCMAKE_INSTALL_PREFIX=../corsika-install
cmake ../corsika -DCMAKE_BUILD_TYPE="RelWithDebInfo" -DCMAKE_INSTALL_PREFIX=../corsika-install
make -j8
make install
```
......
......@@ -99,7 +99,7 @@ Once Conan is installed, follow these steps to download and install CORSIKA 8:
mkdir corsika-build
cd corsika-build
../corsika/conan-install.sh
cmake ../corsika -DCMAKE_BUILD_TYPE="Release" -DCMAKE_INSTALL_PREFIX=../corsika-install
cmake ../corsika -DCMAKE_BUILD_TYPE="RelWithDebInfo" -DCMAKE_INSTALL_PREFIX=../corsika-install
make -j8
make install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment