aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2020-07-06 09:03:33 +0200
committerThomas Schmucker <ts@its1.de>2020-07-06 09:03:33 +0200
commitaf0761b4a1ece7a05baf1b12bce3be461e0c3914 (patch)
treef127fd5d0e14eabf77881aef476b74b1a0c4c177
parent3cb39141f7cfd79c4ee731441bdf29a753351553 (diff)
downloadlibcsv-af0761b4a1ece7a05baf1b12bce3be461e0c3914.tar.gz
libcsv-af0761b4a1ece7a05baf1b12bce3be461e0c3914.tar.bz2
libcsv-af0761b4a1ece7a05baf1b12bce3be461e0c3914.zip
Aktiviere DEBUG-Symbole für den Test
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 4adb96e..fd1bfa7 100644
--- a/config.mk
+++ b/config.mk
@@ -1,3 +1,3 @@
1CC=cc 1CC=cc
2CFLAGS=-Wall -Wextra -pedantic -std=c99 -O2 2CFLAGS=-Wall -Wextra -pedantic -std=c99 -O2
3CFLAGS-TEST=$(CFLAGS) -fprofile-instr-generate -fcoverage-mapping 3CFLAGS-TEST=$(CFLAGS) -g -fprofile-instr-generate -fcoverage-mapping