Fix build with GCC 4.4.5. Patch from Semen Panevin 2:5025/121
This commit is contained in:
parent
3e03390ea4
commit
b6873e5bda
@ -164,7 +164,7 @@ endif
|
||||
endif
|
||||
CFLAGS+=-funsigned-char -g $(INCS) -Wall -Wno-sign-compare -pedantic -O2 -DPRAGMA_PACK # -fomit-frame-pointer
|
||||
LNKFLAGS+=-g
|
||||
CPPFLAGS+=$(CFLAGS) -fno-rtti # -fno-exceptions
|
||||
CPPFLAGS+=$(CFLAGS) -fno-pic -fno-rtti # -fno-exceptions
|
||||
|
||||
# Run `make USE_NCURSES=0` if you dislike ncurses
|
||||
# Run `make BUGGY_NCURSES=1` if your build requires additional keypresses to
|
||||
|
Reference in New Issue
Block a user