Make runghc warning-free and turn -Wall on in the Makefile
[ghc-hetmet.git] / utils / runghc / Makefile
index 1a176a0..7ea6c09 100644 (file)
@@ -14,6 +14,7 @@ include $(GHC_COMPAT_DIR)/compat.mk
 # $(GhcHcOpts) because it is linked to the compiler, and hence
 # we must also build with $(GhcHcOpts) here:
 SRC_HC_OPTS += $(GhcHcOpts) $(GhcStage1HcOpts)
+SRC_HC_OPTS += -Wall
 
 binary-dist:
        $(INSTALL_DIR)                $(BIN_DIST_DIR)/utils/runghc