Skip to content

Commit

Permalink
Remove line from build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jderber-NOAA committed Sep 3, 2023
1 parent 813b6bf commit 3e918e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ush/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ set -eux
readonly DIR_ROOT=$(cd "$(dirname "$(readlink -f -n "${BASH_SOURCE[0]}" )" )/.." && pwd -P)

# User Options
# BUILD_TYPE=${BUILD_TYPE:-"Debug"}
BUILD_TYPE=${BUILD_TYPE:-"Release"}
CMAKE_OPTS=${CMAKE_OPTS:-}
COMPILER=${COMPILER:-"intel"}
Expand Down

0 comments on commit 3e918e1

Please sign in to comment.