summaryrefslogtreecommitdiff
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
parent3a5cfb462ae05793b748532daf585d12f3390ad5 (diff)
parent1abf0018f7dadfc839d28477dac18c57a9b0c295 (diff)
downloadpersistence-client-library-ce2a86bc1855ece25afe9ca1790fb287bab105bc.tar.gz
Merge branch 'master' of https://github.com/GENIVI/persistence-client-library
-rw-r--r--README2
-rw-r--r--test/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 238ab74..b0a424d 100644
--- a/README
+++ b/README
@@ -27,7 +27,7 @@ The client library has the following dependencies
* Libraries
** automotive-dlt (http://projects.genivi.org/diagnostic-log-trace/)
** Persistence Common Object (https://github.com/GENIVI/persistence-common-object.git)
- Add "-- with_database=key-value-store" to the configure step
+ Add "--with-database=key-value-store" to the configure step
The default backend if Itzam/C and will not supported anymore.
** dbus-1
** check unit test framework for C used when configured with "--enable-tests"
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)