diff options
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.common b/Makefile.common index 185bf3da3..596723c43 100644 --- a/Makefile.common +++ b/Makefile.common @@ -25,11 +25,7 @@ F = NEWT # F = STDIO #- flags used by all stuff -ifeq (ppc, $(ARCH)) -CFLAGS = -Os -pipe -Wall -fomit-frame-pointer -fno-strict-aliasing -else CFLAGS = -Os -pipe -Wall -Werror -fomit-frame-pointer -fno-strict-aliasing -endif STRIPCMD = strip -R .note -R .comment |