patch-GNUmakefile 489 B

123456789101112
  1. $Id$
  2. --- libowfat-0.25.orig/GNUmakefile 2006-07-16 01:17:01.000000000 +0200
  3. +++ libowfat-0.25/GNUmakefile 2007-07-06 17:35:01.000000000 +0200
  4. @@ -18,7 +18,7 @@ all: t $(LIBS) libowfat.a libsocket
  5. CROSS=
  6. #CROSS=i686-mingw-
  7. CC=$(CROSS)gcc
  8. -CFLAGS=-pipe -W -Wall -O2 -fomit-frame-pointer
  9. +CFLAGS?=-pipe -W -Wall -O2 -fomit-frame-pointer
  10. #CFLAGS=-pipe -Os -march=pentiumpro -mcpu=pentiumpro -fomit-frame-pointer -fschedule-insns2 -Wall
  11. # CFLAGS += -fstrict-aliasing -Wstrict-aliasing=2