summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2026-03-10 09:31:33 +0100
committerJörg Frings-Fürst <debian@jff.email>2026-03-10 09:31:33 +0100
commit213b5049df564e6c541c9970b5016df2b1ac0901 (patch)
treeb2371534a7ce332bcf51d7ddc167d7e8703a7f51 /Makefile
parent208d5c5ff5bdc5d607218f8dddbcb8be0850a551 (diff)
parent48e6eede2a7e96633c6aa72faef7388f3b7abe1b (diff)
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 6fc946b..985992e 100644
--- a/Makefile
+++ b/Makefile
@@ -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 ?=