diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-04-29 23:49:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-04-29 23:49:00 +0000 |
commit | e9dd3f8b36681d296db7165798ffa024460b4b05 (patch) | |
tree | 5d4da92c0445ce5691f2f75181d2d140f0c843af /shells/sash | |
parent | Reorder includes to squash typical Linux-kiddie network header misordering. (diff) |
Don't hard-code -O2
Notes
Notes:
svn path=/head/; revision=42049
Diffstat (limited to 'shells/sash')
-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 |