Skip to content
Snippets Groups Projects
Commit 81996094 authored by Ben Gamari's avatar Ben Gamari
Browse files

Only apply WERROR to Stage2HcOpts and LibHcOpts

This prevents warnings from the bootstrap compiler from killing validation
parent 5144990c
No related branches found
No related tags found
No related merge requests found
......@@ -31,10 +31,10 @@ SRC_CC_WARNING_OPTS += -Wno-unknown-pragmas
endif
SRC_CC_OPTS += $(WERROR) -Wall
SRC_HC_OPTS += $(WERROR) -Wall
SRC_HC_OPTS += -Wall
GhcStage1HcOpts += -fwarn-tabs
GhcStage2HcOpts += -fwarn-tabs
GhcStage2HcOpts += -fwarn-tabs $(WERROR)
GhcLibHcOpts += $(WERROR)
utils/hpc_dist-install_EXTRA_HC_OPTS += -fwarn-tabs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment