aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2013-11-19 11:47:34 +0100
committerBjörn-Egil Dahlberg <[email protected]>2013-11-19 11:47:34 +0100
commit4bb55a35e516cb407bdda1b319ab2cd0bb85a3b8 (patch)
tree1e65e8ed21f9b1721b0bb18b1cf5845d1d6cecfc /erts
parentcf778538b3c9bcae35c2235f0d62a646bedf98c9 (diff)
parentf207cee9b667914dd93b5f4349fb86dd14bff7f6 (diff)
downloadotp-4bb55a35e516cb407bdda1b319ab2cd0bb85a3b8.tar.gz
otp-4bb55a35e516cb407bdda1b319ab2cd0bb85a3b8.tar.bz2
otp-4bb55a35e516cb407bdda1b319ab2cd0bb85a3b8.zip
Merge branch 'egil/preloaded-debug_info' into maint
* egil/preloaded-debug_info: preloaded: Add debug_info to preloaded
Diffstat (limited to 'erts')
-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 c1580b1495..4ea2d41075 100644
--- a/erts/preloaded/src/Makefile
+++ b/erts/preloaded/src/Makefile
@@ -68,7 +68,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 -I$(KERNEL_SRC) -I$(KERNEL_INCLUDE)
+ERL_COMPILE_FLAGS += +warn_obsolete_guard +debug_info -I$(KERNEL_SRC) -I$(KERNEL_INCLUDE)
debug opt: $(TARGET_FILES)