build erlang sources with +debug_info OBS-URL: https://build.opensuse.org/request/show/186946 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-toke?expand=0&rev=2
13 lines
382 B
Diff
13 lines
382 B
Diff
diff -U 3 -H -d -r -N -x .git -x .svn -- toke/Makefile toke.debug_info/Makefile
|
|
--- toke/Makefile 2010-07-14 12:03:34.000000000 +0200
|
|
+++ toke.debug_info/Makefile 2013-08-13 14:00:59.501057959 +0200
|
|
@@ -32,7 +32,7 @@
|
|
|
|
ERLC ?= erlc
|
|
ERL ?= erl
|
|
-ERLC_OPTS:=-o $(EBIN_DIR) -Wall -v
|
|
+ERLC_OPTS:=-o $(EBIN_DIR) -Wall -v +debug_info
|
|
ERL_OPTS:=-pa $(EBIN_DIR) +K true +A30
|
|
|
|
CC ?= gcc
|