diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2026-03-10 19:13:53 +0100 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2026-03-10 19:13:53 +0100 |
| commit | 3a3565140b52ca1ff87c1fa2f604089550d8efcb (patch) | |
| tree | 33d4186168de7d5c954c12d29534cc19797b5f74 /Makefile | |
| parent | d4b11cf3e4dcc4ca0ca41d6403c98b3214a8b92d (diff) | |
| parent | c61bb295f8ecde9a8dfb922aad56c58f1b8008e7 (diff) | |
Merge branch 'release/debian/3.7-1'HEADdebian/3.7-1master
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 ?= |
