diff options
author | Tom Ellis <tom.ellis@microsoft.com> | 2020-01-06 10:20:38 +0000 |
---|---|---|
committer | tomjaguarpaw1 <tom-github.com@jaguarpaw.co.uk> | 2020-01-27 12:30:46 -0500 |
commit | 0188404ab096747f41fdf6c92fd1e312e5575dc6 (patch) | |
tree | 1ee4255cd015df34dcc0f4efae1fa4b93371a137 /mk | |
parent | 4bada77d5882974514d85d4bd0fd4e1801dad755 (diff) | |
download | haskell-0188404ab096747f41fdf6c92fd1e312e5575dc6.tar.gz |
Add two warnings to stage 2 build
Diffstat (limited to 'mk')
-rw-r--r-- | mk/warnings.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/warnings.mk b/mk/warnings.mk index 5b51d7d97d..ed549aa33a 100644 --- a/mk/warnings.mk +++ b/mk/warnings.mk @@ -15,7 +15,7 @@ SRC_HC_OPTS_STAGE2 += $(WERROR) # core libraries to build in this configuration (see #13636). GhcRtsHcOpts += -Wcpp-undef GhcStage1HcOpts += -Wcpp-undef -GhcStage2HcOpts += -Wcpp-undef +GhcStage2HcOpts += -Wcpp-undef -Wincomplete-uni-patterns -Wincomplete-record-updates ifneq "$(CcLlvmBackend)" "YES" |