Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Apr 4, 2021
2 parents d6d5148 + e4d7248 commit 220383a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Unix/buildtool
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,7 @@ if [ "$arg1" = "cflags" -o "$arg1" = "cxxflags" ]; then
test -n "$errwarn_opt" && r="$r -Werror"
r="$r -Wall"
r="$r -fvisibility=hidden"
r="$r -fcommon"
r="$r -fno-strict-aliasing"
r="$r -fstack-protector-all"
# JBOREAN CHANGE:
Expand Down

0 comments on commit 220383a

Please sign in to comment.