CFLAGS: use -Os instead of -O2
[oweals/relayd.git] / 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 =