CFLAGS: use -Os instead of -O2
authorFelix Fietkau <nbd@openwrt.org>
Tue, 10 Aug 2010 23:58:37 +0000 (01:58 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 10 Aug 2010 23:58:41 +0000 (01:58 +0200)
Makefile

index 9461f7d9d07a2b4af38a439063699f2f55ed6916..cc8f76ff78615c5fc375bd4dd1d8b367ba9d2212 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS = -O2 -Wall -Werror -pedantic --std=gnu99
+CFLAGS = -Os -Wall -Werror -pedantic --std=gnu99
 CPPFLAGS = -I.
 LDFLAGS =