From 9c151da7ce0d00ecf04e4be9c395604d4c8882ad Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Mon, 25 Jan 2021 23:48:42 -0500 Subject: Stripping debug stuff --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index eacaff8..2b0b6a2 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ IDIR=include DEFINES=-DDETERMINISTIC -CFLAGS=-g -Wall -Wextra -Wpedantic -std=c99 -D_DEFAULT_SOURCE $(DEFINES) -I$(IDIR) -lm +CFLAGS=-O3 -Wall -Wextra -Wpedantic -std=c99 -D_DEFAULT_SOURCE $(DEFINES) -I$(IDIR) -lm LIBS= SRCS=$(wildcard include/*.c) -- cgit v1.3.1