commit 5c618e138979f322cf4e77ac0168bf1aee3c913b parent 21ed615ac90354c48dfbab67fc6d59b7ce954f53 Author: sin <sin@2f30.org> Date: Tue, 22 Jul 2014 14:19:52 +0100 It is -Wno-clobbered not -Wno-clobber Diffstat:
M | config.mk | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.mk b/config.mk @@ -7,7 +7,7 @@ PREFIX = /usr/local LIBS = -lpng # flags -CFLAGS = -std=c90 -pedantic -ansi -Wall -Wextra -Wno-pointer-sign -Wno-maybe-uninitialized -Wno-clobber -Os +CFLAGS = -std=c90 -pedantic -ansi -Wall -Wextra -Wno-pointer-sign -Wno-maybe-uninitialized -Wno-clobbered -Os LDFLAGS = -s ${LIBS} # compiler and linker