aboutsummaryrefslogtreecommitdiffstats
path: root/erts/preloaded/src/Makefile
diff options
context:
space:
mode:
authorRichard Carlsson <[email protected]>2016-10-29 23:30:49 +0200
committerRichard Carlsson <[email protected]>2016-11-29 14:15:32 +0100
commit12f6a1b18fc573ce3f245bfd69e62fbaa378b80e (patch)
treed78cf077988389c08da00d4acd6b088b0bce3305 /erts/preloaded/src/Makefile
parent46702bf0a9bab4a2a2ddce93e7e263b126ad9dcc (diff)
downloadotp-12f6a1b18fc573ce3f245bfd69e62fbaa378b80e.tar.gz
otp-12f6a1b18fc573ce3f245bfd69e62fbaa378b80e.tar.bz2
otp-12f6a1b18fc573ce3f245bfd69e62fbaa378b80e.zip
warn_obsolete_guard is already default
Update compiler documentation and remove superfluous erlc flags.
Diffstat (limited to 'erts/preloaded/src/Makefile')
-rw-r--r--erts/preloaded/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/preloaded/src/Makefile b/erts/preloaded/src/Makefile
index 2ab9edaf5e..edb9f35258 100644
--- a/erts/preloaded/src/Makefile
+++ b/erts/preloaded/src/Makefile
@@ -73,7 +73,7 @@ KERNEL_SRC=$(ERL_TOP)/lib/kernel/src
KERNEL_INCLUDE=$(ERL_TOP)/lib/kernel/include
STDLIB_INCLUDE=$(ERL_TOP)/lib/stdlib/include
-ERL_COMPILE_FLAGS += +warn_obsolete_guard +debug_info -I$(KERNEL_SRC) -I$(KERNEL_INCLUDE)
+ERL_COMPILE_FLAGS += +debug_info -I$(KERNEL_SRC) -I$(KERNEL_INCLUDE)
debug opt: $(TARGET_FILES)