From 67dd4ba3a9adc6a9db8eb543480e9e82310eeccb Mon Sep 17 00:00:00 2001 From: tslil Date: Tue, 12 Jan 2021 01:15:49 -0500 Subject: Train on data that is close to the end of the game only --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a04de8f..61cbb12 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) -lm +CFLAGS=-Os -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE -I$(IDIR) -I$(TPDIR) -lm LIBS= SRCS=$(wildcard include/*.c) $(wildcard 3rd-party/*.c) -- cgit v1.3.1