From 6d22f5d67754d86d42474087ecfbcc7aa3fa1059 Mon Sep 17 00:00:00 2001 From: ArthurFerreira2 Date: Mon, 17 Aug 2020 18:45:24 +0200 Subject: [PATCH] added compilation options --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 651d570..32374dd 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,9 @@ CC = gcc -FLAGS = -std=c99 -pedantic -Wpedantic -Wall -O3 -# -Werror +FLAGS = -std=c99 -pedantic -Wpedantic -Wall -O3 -Werror LIBS = -lSDL2 # comment this line if you are under Linux : -WIN32-LIBS = -lmingw32 -lSDL2main -#-Wl,-subsystem,windows +WIN32-LIBS = -lmingw32 -lSDL2main -Wl,-subsystem,windows # comment this line if you are under Linux : WIN32-RES = reinetteII+.res