diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-04-30 07:49:00 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-04-30 07:49:00 +0800 |
commit | e9dd3f8b36681d296db7165798ffa024460b4b05 (patch) | |
tree | 5d4da92c0445ce5691f2f75181d2d140f0c843af /shells | |
parent | 2bf2febda4c3806b0b3d77a9d9dfa5698ae6fd83 (diff) | |
download | freebsd-ports-gnome-e9dd3f8b36681d296db7165798ffa024460b4b05.tar.gz freebsd-ports-gnome-e9dd3f8b36681d296db7165798ffa024460b4b05.tar.zst freebsd-ports-gnome-e9dd3f8b36681d296db7165798ffa024460b4b05.zip |
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 2c4b0e4f9f10..c2e45aebc9fb 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 |