diff options
author | Bobby Bingham <koorogi@koorogi.info> | 2014-06-29 11:24:48 -0500 |
---|---|---|
committer | Bobby Bingham <koorogi@koorogi.info> | 2014-06-29 12:10:20 -0500 |
commit | 979579d81aa3842263dcf909363fd1dc971ea767 (patch) | |
tree | 217cda5b16fc331a336eec3c2e5b0f432634bfeb /Makefile | |
parent | 9138a7a2a3e0d6e784acb5c2cc6f31bddbf27bd2 (diff) |
Build with -Os
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |