TFs: Fix should_compile/Simple8
[ghc-hetmet.git] / mk / validate-settings.mk
index 80970fe..60501ff 100644 (file)
@@ -4,8 +4,12 @@
 WERROR          = -Werror
 
 HADDOCK_DOCS    = YES
-SRC_CC_OPTS     += $(WERROR)
-SRC_HC_OPTS     += $(WERROR) -H64m -O0 -fasm
+SRC_CC_OPTS     += -Wall $(WERROR)
+SRC_HC_OPTS     += -Wall $(WERROR) -H64m -O0 -fasm
+
+# Temporary hack until we fix the libraries. See #3263 for details.
+GhcLibHcOpts    += -fno-warn-unused-do-bind
+
 GhcStage1HcOpts += -O -fasm
 
 GhcStage2HcOpts += -O -fasm