Revision 74e60746

b/Makefile.am
361 361
HS_PROG_SRCS = $(patsubst %,%.hs,$(HS_ALL_PROGS))
362 362
HS_BUILT_TEST_HELPERS = $(HS_BIN_ROLES:%=test/%) test/hail
363 363

  
364
# we don't add -Werror by default
365
HFLAGS = -O -Wall -fwarn-monomorphism-restriction -fwarn-tabs -ihtools
366
# extra flags that can be overriden on the command line
364
HFLAGS = -O -Wall -Werror -fwarn-monomorphism-restriction -fwarn-tabs -ihtools
365
# extra flags that can be overriden on the command line (e.g. -Wwarn, etc.)
367 366
HEXTRA =
368 367
# internal extra flags (used for htools/test mainly)
369 368
HEXTRA_INT =

Also available in: Unified diff