| 1 | --- a/Makefile.flags |
| 2 | +++ b/Makefile.flags |
| 3 | @@ -50,7 +50,7 @@ CFLAGS += $(call cc-option,-fno-builtin- |
| 4 | # -fno-guess-branch-probability: prohibit pseudo-random guessing |
| 5 | # of branch probabilities (hopefully makes bloatcheck more stable): |
| 6 | CFLAGS += $(call cc-option,-fno-guess-branch-probability,) |
| 7 | -CFLAGS += $(call cc-option,-funsigned-char -static-libgcc,) |
| 8 | +CFLAGS += $(call cc-option,-funsigned-char,) |
| 9 | CFLAGS += $(call cc-option,-falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1,) |
| 10 | |
| 11 | # FIXME: These warnings are at least partially to be concerned about and should |
| 12 | |