summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2021-01-13 00:18:30 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commitcfe5e03ba00d84bd98e95d5cbc92c5de27401b12 (patch)
treec8544bd60ac18e0c6c2111385a7ddd1ebf64b1cd /Makefile
parentbea769b801893a6841902b91e06f495ef9622dc1 (diff)
Trying various things to teach ti
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7819070..c908cac 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
IDIR=include
TPDIR=3rd-party
-CFLAGS=-Os -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)