blob: fbe2b0a3b7985b5656834458bdbefbdcb958cce1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- libowfat-0.30.orig/GNUmakefile 2015-04-10 22:54:57.000000000 +0200
+++ libowfat-0.30/GNUmakefile 2015-06-05 16:06:19.000000000 +0200
@@ -18,7 +18,7 @@ all: ent $(LIBS) libowfat.a libsocket t
CROSS=
#CROSS=i686-mingw-
CC=$(CROSS)gcc
-CFLAGS=-pipe -W -Wall -Wextra -O2 -fomit-frame-pointer
+CFLAGS?=
#CFLAGS=-pipe -Os -march=pentiumpro -mcpu=pentiumpro -fomit-frame-pointer -fschedule-insns2 -Wall
ent: ent.c haveuint128.h
|