summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-12-07 19:19:48 +0100
committerLoïc Hoguin <[email protected]>2013-12-07 19:20:01 +0100
commit554358c3090492b50ac4647f8c3645f613d5c75c (patch)
tree7f5b859847c8c1874027af7f6d48859bb2cadcc9
parent6fc6785df2c0693826652766f22b7a6a3ce5604d (diff)
downloadct_helper-554358c3090492b50ac4647f8c3645f613d5c75c.tar.gz
ct_helper-554358c3090492b50ac4647f8c3645f613d5c75c.tar.bz2
ct_helper-554358c3090492b50ac4647f8c3645f613d5c75c.zip
Only enable +debug_info as compile options
Makes it easier to move between Erlang versions
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 00bc6ed..6a16e07 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ PROJECT = ct_helper
# Options.
+ERLC_OPTS = +debug_info
PLT_APPS = crypto public_key
# Standard targets.