summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2021-01-15 23:45:16 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit5a72da9ae99689a8a3571b23b7a639a4efc58abc (patch)
tree24fb3f4858184f49f337e57662db5c6f42f8700e /Makefile
parentf5df4d3710c94822a6602a3e4936287ea5d61bab (diff)
Dragon is not separate, fixed concession, allowing playing as b/w
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7819070..1f472ed 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=-O3 -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE -I$(IDIR) -I$(TPDIR)
LIBS=
SRCS=$(wildcard include/*.c) $(wildcard 3rd-party/*.c)