Skip to content

Commit

Permalink
[build] Add -fwrapv option
Browse files Browse the repository at this point in the history
  • Loading branch information
salkinium committed Aug 25, 2018
1 parent 6704cc4 commit ea7a300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/build_script_generator/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def common_compiler_flags(compiler, target, buildlog):
"-ffunction-sections",
"-fshort-wchar",
"-funsigned-char",
"-fwrapv",
# "-fmerge-all-constants",

"-g3",
Expand Down

0 comments on commit ea7a300

Please sign in to comment.