Commit 17e0cd3
committed
Force -fno-common on old GCC versions
Force older GCC versions to place uninitialized global variables in
the BSS section. This will cause linking errors if the same global
variable is defined in different compilation units that should be
linked in the end.1 parent 87b0a3f commit 17e0cd3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
0 commit comments