diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -19,14 +19,11 @@ CFLAGS ?= -O2 #CFLAGS ?= -g CFLAGS += -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \ - -Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline -Wundef + -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wundef # Let lseek and mmap support 64-bit wide offsets CFLAGS += -D_FILE_OFFSET_BITS=64 -#CFLAGS += -DBIGENDIAN -#CFLAGS += -DALIGNMENT_WORKAROUND - # Pass linker flags here (can be set from environment too) LDFLAGS ?= |
