diff options
author | Julian Seward <jseward@acm.org> | 1997-08-29 22:13:13 +0200 |
---|---|---|
committer | Julian Seward <jseward@acm.org> | 1997-08-29 22:13:13 +0200 |
commit | 1eb67a9d8f7f05ae310bc9ef297d176f3a3f8a37 (patch) | |
tree | 7320c524e6eca96193adda97d2cdb5d76d57920a /Makefile | |
parent | 33d134030248633ffa7d60c0a35a783c46da034b (diff) | |
download | bzip2-1eb67a9d8f7f05ae310bc9ef297d176f3a3f8a37.tar.gz bzip2-1eb67a9d8f7f05ae310bc9ef297d176f3a3f8a37.tar.bz2 bzip2-1eb67a9d8f7f05ae310bc9ef297d176f3a3f8a37.zip |
bzip2-0.1pl2bzip2-0.1pl2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ | |||
2 | CC = gcc | 2 | CC = gcc |
3 | SH = /bin/sh | 3 | SH = /bin/sh |
4 | 4 | ||
5 | CFLAGS = -O3 -fomit-frame-pointer -funroll-loops -Wall -Winline -W | 5 | CFLAGS = -O3 -fomit-frame-pointer -funroll-loops |
6 | 6 | ||
7 | 7 | ||
8 | 8 | ||