diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2026-03-10 09:31:18 +0100 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2026-03-10 09:31:18 +0100 |
| commit | 48e6eede2a7e96633c6aa72faef7388f3b7abe1b (patch) | |
| tree | b2371534a7ce332bcf51d7ddc167d7e8703a7f51 /Makefile | |
| parent | 208d5c5ff5bdc5d607218f8dddbcb8be0850a551 (diff) | |
| parent | 22f77b46ab555f57523990094a3e40a55f2c492a (diff) | |
Update upstream source from tag 'upstream/3.7'
Update to upstream version '3.7'
with Debian dir c76a11fb141eff6613876ec76a3b73ff59e2e1a2
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 ?= |
