summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2020-06-19 10:12:29 +0200
committerThomas Schmucker <ts@its1.de>2020-06-19 10:12:29 +0200
commitf2d0abef408790c1c46d8c51951e3092c9e1edde (patch)
tree97bea0e9a0b8570964d9785bfa1d009e1d4d1aa5 /makefile
parent2caae8f8c31fd439828b2183fc852a765e0f2ee1 (diff)
downloadlibcsv-f2d0abef408790c1c46d8c51951e3092c9e1edde.tar.gz
libcsv-f2d0abef408790c1c46d8c51951e3092c9e1edde.tar.bz2
libcsv-f2d0abef408790c1c46d8c51951e3092c9e1edde.zip
makefile wieder zurück auf 'normale' Entwicklungsflags...
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index eaedfb0..9981ebf 100644
--- a/makefile
+++ b/makefile
@@ -1,7 +1,7 @@
1all: csv-test seq-read 1all: csv-test seq-read
2 2
3CC=cc 3CC=cc
4CFLAGS=-Wall -Wextra -pedantic -std=c11 -O3 -DNDEBUG 4CFLAGS=-Wall -Wextra -pedantic -std=c11 -O2
5 5
6csv-test: csv-test.c csv.c csv.h 6csv-test: csv-test.c csv.c csv.h
7 $(CC) $(CFLAGS) -o $@ csv-test.c csv.c 7 $(CC) $(CFLAGS) -o $@ csv-test.c csv.c