From 5a72da9ae99689a8a3571b23b7a639a4efc58abc Mon Sep 17 00:00:00 2001 From: tslil Date: Fri, 15 Jan 2021 23:45:16 -0500 Subject: Dragon is not separate, fixed concession, allowing playing as b/w --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3