freebsd-ports/news/golded+/files/patch-GNUmakef.def
Max Khon 2c5bcb4dfd Update to 1.1.5.20061116
PR:		105052
Submitted by:	Alexander Logvinov
2006-11-29 19:32:30 +00:00

24 lines
603 B
Modula-2

--- GNUmakef.def.orig Mon May 15 16:54:00 2006
+++ GNUmakef.def Tue Oct 31 23:29:12 2006
@@ -106,8 +106,8 @@
CAT=cat
SED=sed
GREP=grep
-CC=gcc
-CXX=g++
+#CC=gcc
+#CXX=g++
AR=ar
RANLIB=ranlib
PLATFORM=lnx
@@ -119,8 +119,8 @@
endif
endif
endif
-CFLAGS+=-funsigned-char -g $(INCS) -Wall -Wno-sign-compare -pedantic -O2 -DPRAGMA_PACK # -fomit-frame-pointer
-LNKFLAGS+=-g
+CFLAGS+=-funsigned-char $(INCS) -Wall -Wno-sign-compare -O2 -DPRAGMA_PACK # -g -pedantic -fomit-frame-pointer
+#LNKFLAGS+=-g
CPPFLAGS+=$(CFLAGS) -fno-rtti # -fno-exceptions
# comment following lines if you dislike ncurses