Skip to content

Commit

Permalink
Add -fcommon in buildtool
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpingYang001 committed Apr 2, 2021
1 parent e6851ec commit e4d7248
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 @@ -796,6 +796,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"
r="$r -D_GNU_SOURCE"
Expand Down

0 comments on commit e4d7248

Please sign in to comment.