mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-14 05:47:14 +02:00
compile with gdb flag
This commit is contained in:
3
cmk.sh
3
cmk.sh
@ -96,6 +96,7 @@ else
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
CMAKE_POST+=" -DCMAKE_BUILD_TYPE=Debug "
|
||||||
|
|
||||||
#hdf5 rebuild
|
#hdf5 rebuild
|
||||||
if [ $HDF5 -eq 1 ]; then
|
if [ $HDF5 -eq 1 ]; then
|
||||||
@ -103,7 +104,7 @@ if [ $HDF5 -eq 1 ]; then
|
|||||||
CMAKE_POST+="-DUSE_HDF5=ON"
|
CMAKE_POST+="-DUSE_HDF5=ON"
|
||||||
#normal mode rebuild
|
#normal mode rebuild
|
||||||
else
|
else
|
||||||
CMAKE_POST+="-DUSE_HDF5=OFF"
|
CMAKE_POST+="-DUSE_HDF5=OFF "
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user