Skip to content

Commit

Permalink
Added debug CMake build type option.
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywinterbottom-wxdev committed Feb 21, 2024
1 parent fb39e83 commit cc64f66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ush/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ module list
# Collect BUILD Options
CMAKE_OPTS+=" -DBUILD_UTIL_ALLMON=ON"

# Build type for executables
CMAKE_OPTS+=" -DCMAKE_BUILD_TYPE=$BUILD_TYPE"

# Install destination for built executables, libraries, CMake Package config
CMAKE_OPTS+=" -DCMAKE_INSTALL_PREFIX=$INSTALL_PREFIX"

Expand Down

0 comments on commit cc64f66

Please sign in to comment.