From: Felix Fietkau Date: Tue, 10 Aug 2010 23:58:37 +0000 (+0200) Subject: CFLAGS: use -Os instead of -O2 X-Git-Url: http://git.archive.openwrt.org/?p=project%2Frelayd.git;a=commitdiff_plain;h=3f423febf32f782c21ec363907f651151e6d9944 CFLAGS: use -Os instead of -O2 --- diff --git a/Makefile b/Makefile index 9461f7d..cc8f76f 100644 --- 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 =