commit 6f69e5b9fc3916b453e8aced9f73f3f00ad135f4 parent 3c9ad34eb304f6acca75e80b929e5b61995b4682 Author: sin <sin@2f30.org> Date: Wed, 2 Jul 2014 16:29:04 +0100 Update default CFLAGS and LDFLAGS Diffstat:
M | Makefile | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,4 +1,5 @@ -CFLAGS+=-std=c99 -Wall -pedantic +CFLAGS += -Os -std=c99 -Wall -Wextra -pedantic +LDFLAGS += -s -static all: crond