summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorIngo Huerner <ingo_huerner@mentor.com>2017-02-16 13:11:41 +0100
committerIngo Huerner <ingo_huerner@mentor.com>2017-02-16 13:11:41 +0100
commitce2a86bc1855ece25afe9ca1790fb287bab105bc (patch)
treee07190e8e9e5098379dd6d3e110b6acf559f8434 /test
parent3a5cfb462ae05793b748532daf585d12f3390ad5 (diff)
parent1abf0018f7dadfc839d28477dac18c57a9b0c295 (diff)
downloadpersistence-client-library-ce2a86bc1855ece25afe9ca1790fb287bab105bc.tar.gz
Merge branch 'master' of https://github.com/GENIVI/persistence-client-library
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index d957dd2..4328697 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,7 +1,7 @@
AUTOMAKE_OPTIONS = foreign
if DEBUG
-AM_CFLAGS = $(DEPS_CFLAGS) $(CHECK_CFLAGS)
+AM_CFLAGS = $(DEPS_CFLAGS) $(CHECK_CFLAGS) -g -Og
#AM_CFLAGS = -fprofile-arcs -ftest-coverage $(DEPS_CFLAGS) $(CHECK_CFLAGS) -g
else
AM_CFLAGS = $(DEPS_CFLAGS) $(CHECK_CFLAGS)