From f2d0abef408790c1c46d8c51951e3092c9e1edde Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Fri, 19 Jun 2020 10:12:29 +0200 Subject: makefile wieder zurück auf 'normale' Entwicklungsflags... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index eaedfb0..9981ebf 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ all: csv-test seq-read CC=cc -CFLAGS=-Wall -Wextra -pedantic -std=c11 -O3 -DNDEBUG +CFLAGS=-Wall -Wextra -pedantic -std=c11 -O2 csv-test: csv-test.c csv.c csv.h $(CC) $(CFLAGS) -o $@ csv-test.c csv.c -- cgit v1.3