From d8501da4900ecd17a2eb9c83685e1c2eac7bfde6 Mon Sep 17 00:00:00 2001 From: sin Date: Tue, 29 Jul 2014 12:44:02 +0100 Subject: Don't bother to cleanup in error cases These tools are "one-shot", nobody cares about memory leaks while the program is running. Bring back -Os, no more false positives because there's no interaction between gotos and setjmp/longjmp. --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index a34fe2d..b6af2cf 100644 --- a/config.mk +++ b/config.mk @@ -7,7 +7,7 @@ PREFIX = /usr/local LIBS = -lpng # flags -CFLAGS = -std=c90 -ansi -pedantic -Wall -Wextra +CFLAGS = -std=c90 -ansi -pedantic -Wall -Wextra -Os LDFLAGS = -s ${LIBS} # compiler and linker -- cgit v1.2.3