From 3f423febf32f782c21ec363907f651151e6d9944 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 11 Aug 2010 01:58:37 +0200 Subject: [PATCH] CFLAGS: use -Os instead of -O2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = -- 2.30.2