Skip to content

Commit

Permalink
iox-eclipse-iceoryx#497 static build for gcov and sanitizer in script
Browse files Browse the repository at this point in the history
Signed-off-by: Dietrich Krönke <[email protected]>
  • Loading branch information
dkroenke committed Jan 15, 2021
1 parent be22ddc commit ad841bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/iceoryx_build_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ while (( "$#" )); do
BUILD_TYPE="Debug"
RUN_TEST=true
COV_FLAG="ON"
BUILD_SHARED="OFF"
if [ -z "$2" ]
then
shift 1
Expand Down Expand Up @@ -150,6 +151,7 @@ while (( "$#" )); do
echo " [i] Build with sanitizers"
BUILD_TYPE="Debug"
SANITIZE_FLAG="ON"
BUILD_SHARED="OFF"
shift 1
;;
"clang")
Expand Down

0 comments on commit ad841bf

Please sign in to comment.