mirror of
https://github.com/deater/tb1.git
synced 2025-02-27 19:29:34 +00:00
remove -Werror as gcc has gotten more stringent
This commit is contained in:
parent
8a924ffd24
commit
fb814a486c
@ -51,5 +51,5 @@ SDL_INCLUDE= `sdl-config --cflags`
|
||||
# DO NOT EDIT BELOW THIS LINE
|
||||
##############################
|
||||
|
||||
INCLUDE_GLOBAL= -Wall -Werror -O2 $(SDL_INCLUDE)
|
||||
INCLUDE_GLOBAL= -Wall -O2 $(SDL_INCLUDE)
|
||||
LIBS_GLOBAL= -lm $(SDL_MIXER_LIBS) $(SDL_LIBS) $(CURSES_LIBS) $(OPENGL_LIBS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user