Skip to content

Commit

Permalink
compiler options
Browse files Browse the repository at this point in the history
  • Loading branch information
tryingsomestuff committed May 9, 2020
1 parent 7c43693 commit acb6240
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ echo "Building $exe"

WARN="-Wall -Wcast-qual -Wno-char-subscripts -Wno-reorder -Wmaybe-uninitialized -pedantic -Wextra -Wshadow -Wfatal-errors"

OPT="-s $WARN $d -DNDEBUG -O3 $t --std=c++14" ; DEPTH=20
OPT="-s -fno-exceptions $WARN $d -DNDEBUG -O3 $t --std=c++14" ; DEPTH=20
#OPT="-fno-exceptions $WARN $d -DNDEBUG -O3 -g -ggdb -fno-omit-frame-pointer $t --std=c++14" ; DEPTH=20
#OPT="$WARN $d -DNDEBUG -g $t --std=c++14" ; DEPTH=10
#OPT="$WARN $d -g $t --std=c++14" ; DEPTH=10

Expand Down

0 comments on commit acb6240

Please sign in to comment.