diff options
author | kris <kris@FreeBSD.org> | 2001-04-29 23:49:00 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-04-29 23:49:00 +0000 |
commit | d9abf48bae3d84a22d2e509570f1d7f95c4ee884 (patch) | |
tree | c731019d56d6c81e065ee25a340e6f3dff00607f /shells | |
parent | 046047251192af49d2f581ab346f201a6fc0ba54 (diff) | |
download | FreeBSD-ports-d9abf48bae3d84a22d2e509570f1d7f95c4ee884.zip FreeBSD-ports-d9abf48bae3d84a22d2e509570f1d7f95c4ee884.tar.gz |
Don't hard-code -O2
Diffstat (limited to 'shells')
-rw-r--r-- | shells/sash/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/sash/files/patch-aa b/shells/sash/files/patch-aa index 2c4b0e4..c2e45ae 100644 --- a/shells/sash/files/patch-aa +++ b/shells/sash/files/patch-aa @@ -5,7 +5,7 @@ # -CFLAGS = -O3 -Wall -Wmissing-prototypes -DHAVE_GZIP -DHAVE_EXT2 -+CFLAGS += -O2 -Wall -Wmissing-prototypes $(OPTS) ++CFLAGS += -Wall -Wmissing-prototypes $(OPTS) LDFLAGS = -static -s LIBS = -lz |