From 554358c3090492b50ac4647f8c3645f613d5c75c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 7 Dec 2013 19:19:48 +0100 Subject: Only enable +debug_info as compile options Makes it easier to move between Erlang versions --- Makefile | 1 + 1 file changed, 1 insertion(+) 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. -- cgit v1.2.3