aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/rtl/Makefile
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2015-11-09 16:03:37 +0100
committerHenrik Nord <[email protected]>2015-11-09 16:03:37 +0100
commit8e478dd409d2760ca38a7ddbc66b656b9d47f7dc (patch)
tree060d521f0a849be78d192976e46da14ae3196fd6 /lib/hipe/rtl/Makefile
parent60b7e6ce0925204b5e70f4d0b4b3ac596455bb93 (diff)
parent5aea81c495f06d58d72b5d3dba86ed9326b1eb14 (diff)
downloadotp-8e478dd409d2760ca38a7ddbc66b656b9d47f7dc.tar.gz
otp-8e478dd409d2760ca38a7ddbc66b656b9d47f7dc.tar.bz2
otp-8e478dd409d2760ca38a7ddbc66b656b9d47f7dc.zip
Merge branch 'kostis/hipe-bs-match-huge-bin' into maint
* kostis/hipe-bs-match-huge-bin: Fix matching with huge binaries Compile without errors for exported variables OTP-13092
Diffstat (limited to 'lib/hipe/rtl/Makefile')
-rw-r--r--lib/hipe/rtl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/rtl/Makefile b/lib/hipe/rtl/Makefile
index d2517b13fc..1bf52fe312 100644
--- a/lib/hipe/rtl/Makefile
+++ b/lib/hipe/rtl/Makefile
@@ -75,7 +75,7 @@ TARGET_FILES= $(MODULES:%=$(EBIN)/%.$(EMULATOR))
include ../native.mk
-ERL_COMPILE_FLAGS += +inline +warn_unused_import +warn_exported_vars
+ERL_COMPILE_FLAGS += -Werror +inline +warn_unused_import +warn_exported_vars
# ----------------------------------------------------
# Targets