Makefile: add -Werror

db4
Slava Pestov 2009-04-29 22:24:36 -05:00
parent 62db617927
commit 7fae35c414
1 changed files with 1 additions and 1 deletions

View File

@ -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