From c97164c73bde2226e9d9243771f5e58157db7218 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sat, 15 Aug 2020 09:55:30 +0200 Subject: makefile: Aktiviere noch mehr Fehlerprüfungen. Deaktiviere Optimierungen (damit man besser mit gdb debuggen kann). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 12d1935..9748166 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,6 @@ .PHONY: all clean -CFLAGS=-O3 -Wall -Werror -Wextra -Wno-unused-function -Wsign-conversion -pedantic -std=c99 -g +CFLAGS=-Wall -Werror -Wextra -Wno-unused-function -Wsign-conversion -pedantic -std=c99 -g all: list dlist stack stack2 queue ringbuff hashtab tree avl heap quicksort allocator rb deque -- cgit v1.3