aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2021-01-25 23:48:42 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit9c151da7ce0d00ecf04e4be9c395604d4c8882ad (patch)
treecb306bff965d517ca9b7c068040ed883bedf375c /Makefile
parentfa382246017019bd2f0f3a303241bd2990c3cbdd (diff)
Stripping debug stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)