Skip to content

Commit

Permalink
Merge pull request #119 from HenryWinterbottom-NOAA/feature/gsi_monit…
Browse files Browse the repository at this point in the history
…or_issue_118

Added debug CMake build type option.
  • Loading branch information
aerorahul committed Feb 21, 2024
2 parents fb39e83 + cc64f66 commit 4e0f72b
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 4e0f72b

Please sign in to comment.