diff options
author | kris <kris@FreeBSD.org> | 2001-04-30 17:56:29 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-04-30 17:56:29 +0800 |
commit | b54b7e30a8531e8c09f91984667ef3ac2325bd94 (patch) | |
tree | 2c934ae56e2b7939d56a93d2488fe70676bf001f /print | |
parent | 1b183e533fa8c7292c3148a77c1aa3bb20d071b4 (diff) | |
download | freebsd-ports-gnome-b54b7e30a8531e8c09f91984667ef3ac2325bd94.tar.gz freebsd-ports-gnome-b54b7e30a8531e8c09f91984667ef3ac2325bd94.tar.zst freebsd-ports-gnome-b54b7e30a8531e8c09f91984667ef3ac2325bd94.zip |
Chop out 2 -f optimizations as well
Diffstat (limited to 'print')
-rw-r--r-- | print/hp2xx/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/hp2xx/files/patch-aa b/print/hp2xx/files/patch-aa index 900cb4bfe774..326736faa619 100644 --- a/print/hp2xx/files/patch-aa +++ b/print/hp2xx/files/patch-aa @@ -32,7 +32,7 @@ # For non-gcc compilers, simply set CFLAGS = -O (to start with) # #CC = gcc -! CFLAGS += -Wall -ansi -fstrength-reduce -finline-functions +! CFLAGS += -Wall -ansi ! #CC = cc ! #CFLAGS = -O |