]> gitweb.factorcode.org Git - factor.git/commitdiff
Makefile: add -Werror
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Thu, 30 Apr 2009 03:24:36 +0000 (22:24 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Thu, 30 Apr 2009 03:24:36 +0000 (22:24 -0500)
Makefile

index 9053626291eef630b086a3ecf318a101927fd54b..36538b041de6a1b71e518770753a4fe91cdd8a08 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ VERSION = 0.92
 
 BUNDLE = Factor.app
 LIBPATH = -L/usr/X11R6/lib
-CFLAGS = -Wall
+CFLAGS = -Wall -Werror
 FFI_TEST_CFLAGS = -fPIC
 
 ifdef DEBUG