Skip to content

Commit e357184

Browse files
committed
does not know about DCMAKE_BUILD_TYPE=RelWithDebInfo
1 parent 072e4cd commit e357184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export PATH=$SIMPATH/bin:$PATH
3232
xx=$($SIMPATH/bin/fairsoft-config --cxx)
3333
yy=$($SIMPATH/bin/fairsoft-config --cc)
3434

35-
cmake .. -DCMAKE_INSTALL_PREFIX=$installDir DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=$xx -DCMAKE_C_COMPILER=$yy
35+
cmake .. -DCMAKE_INSTALL_PREFIX=$installDir -DCMAKE_CXX_COMPILER=$xx -DCMAKE_C_COMPILER=$yy
3636

3737
make
3838
make install

0 commit comments

Comments
 (0)