diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2026-03-10 09:31:17 +0100 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2026-03-10 09:31:17 +0100 |
| commit | 22f77b46ab555f57523990094a3e40a55f2c492a (patch) | |
| tree | 0b2dad175ecf9514c5c9d8fb9473010c2337a3b3 /Makefile | |
| parent | c9aac994d65f7bcc3659e3219d6729a24c803fcf (diff) | |
New upstream version 3.7upstream/3.7upstream
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 ?= |
