aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2021-01-14 13:00:18 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit2a7b485265997d62625dc0ee5d8e91ede1c5f99f (patch)
treee15e8e46743e8ce8bbaa0271834abbca82a784f1 /Makefile
parentb75526290b97e26d3fc3bbefef79f50a7febfe7d (diff)
So after a small tweak, it actually plays well!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1f472ed..7819070 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
IDIR=include
TPDIR=3rd-party
-CFLAGS=-O3 -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE -I$(IDIR) -I$(TPDIR)
+CFLAGS=-Os -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE -I$(IDIR) -I$(TPDIR)
LIBS=
SRCS=$(wildcard include/*.c) $(wildcard 3rd-party/*.c)