summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2021-01-05 00:08:20 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commitf3d3b35248b114b8b5664c6c38952a89fbf98b15 (patch)
tree3bce6efa869a6f0bd084209805cf62e0591dbdd0 /Makefile
parent183c08410cb41d453a0156b329e2b38cb31c65ed (diff)
Gotta go fast
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e3aafec..c908cac 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
IDIR=include
TPDIR=3rd-party
-CFLAGS=-g -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE -I$(IDIR) -I$(TPDIR)
+CFLAGS=-O2 -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE -I$(IDIR) -I$(TPDIR)
LIBS=
SRCS=$(wildcard include/*.c) $(wildcard 3rd-party/*.c)