From b6873e5bdafcf329a0d88c86c04c011b611e3cd5 Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Wed, 1 Jun 2011 20:58:44 +0000 Subject: [PATCH] Fix build with GCC 4.4.5. Patch from Semen Panevin 2:5025/121 --- GNUmakef.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakef.def b/GNUmakef.def index bb0b346..24e4089 100644 --- a/GNUmakef.def +++ b/GNUmakef.def @@ -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