diff options
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 | ||