diff loader/Makefile @ 7073:b69ddd4d3bb9

removed -W -Wall -g and other gcc-specific warning/debug options patch by Joey Parrish <joey@yunamusic.com>
author arpi
date Thu, 22 Aug 2002 23:29:46 +0000
parents a04a7dc31ebb
children 136332c7da42
line wrap: on
line diff
--- a/loader/Makefile	Thu Aug 22 23:28:33 2002 +0000
+++ b/loader/Makefile	Thu Aug 22 23:29:46 2002 +0000
@@ -16,7 +16,7 @@
 # -fno-omit-frame-pointer works around this gcc-3.0 bug.  gcc-2.95.2 is OK.
 # Note: -D_FILE_OFFSET_BITS=32 is required to disable using mmap64(),
 # as it's broken in glibc 2.1.2 (bad header) and 2.1.3 (bad code)
-WARN_FLAGS = -Wmissing-prototypes -Wimplicit-function-declaration
+WARN_FLAGS = 
 CFLAGS=-I. -I.. $(OPTFLAGS) -U_FILE_OFFSET_BITS $(EXTRA_INC) $(WARN_FLAGS) -fno-omit-frame-pointer
 #CFLAGS=-I. -I.. -O $(WARN_FLAGS) -g #-fno-omit-frame-pointer