Skip to content

Commit

Permalink
Update lib-dyn
Browse files Browse the repository at this point in the history
remove useless flag
  • Loading branch information
sardChen authored Oct 17, 2017
1 parent d07b3d4 commit d155713
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib-dyn
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ setup-dyn-flags() {
local opts=(
"-fno-omit-frame-pointer"
"-g"
"-fsanitize=address"
"-fsanitize-coverage=trace-pc-guard,trace-cmp,trace-gep,trace-div")
"-fsanitize=address")
ARR_CFLAGS=("${opts[@]}")
ARR_CXXFLAGS=("${opts[@]}")
ARR_LDFLAGS=("${opts[@]}")
Expand Down

0 comments on commit d155713

Please sign in to comment.