mirror of
https://github.com/ArthurFerreira2/reinette-II-plus.git
synced 2024-12-21 20:29:16 +00:00
added compilation options
This commit is contained in:
parent
40563bb731
commit
6d22f5d677
6
Makefile
6
Makefile
@ -1,11 +1,9 @@
|
|||||||
CC = gcc
|
CC = gcc
|
||||||
FLAGS = -std=c99 -pedantic -Wpedantic -Wall -O3
|
FLAGS = -std=c99 -pedantic -Wpedantic -Wall -O3 -Werror
|
||||||
# -Werror
|
|
||||||
|
|
||||||
LIBS = -lSDL2
|
LIBS = -lSDL2
|
||||||
# comment this line if you are under Linux :
|
# comment this line if you are under Linux :
|
||||||
WIN32-LIBS = -lmingw32 -lSDL2main
|
WIN32-LIBS = -lmingw32 -lSDL2main -Wl,-subsystem,windows
|
||||||
#-Wl,-subsystem,windows
|
|
||||||
|
|
||||||
# comment this line if you are under Linux :
|
# comment this line if you are under Linux :
|
||||||
WIN32-RES = reinetteII+.res
|
WIN32-RES = reinetteII+.res
|
||||||
|
Loading…
Reference in New Issue
Block a user