Skip to content

Commit

Permalink
Restore BUILD_TYPE Flag (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
hhenry01 authored Oct 3, 2023
1 parent f0e879c commit 8d0ae2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ else
STATIC_ANALYSIS="ON"
UNIT_TEST="ON"
fi
if [[ $UNIT_TEST = "ON" ]]; then
BUILD_TYPE="Debug"
fi

# Build ROS packages in src directory
colcon build \
Expand Down

0 comments on commit 8d0ae2e

Please sign in to comment.