From 979579d81aa3842263dcf909363fd1dc971ea767 Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Sun, 29 Jun 2014 11:24:48 -0500 Subject: Build with -Os --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 70095f4..a2aada1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS = -O3 -pipe -std=c99 -D_XOPEN_SOURCE=500 +CFLAGS = -Os -pipe -std=c99 -D_XOPEN_SOURCE=500 LDFLAGS = -lm SRCS = $(sort $(wildcard *.c)) -- cgit v1.2.3