mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
Build with -fno-delete-null-pointer-checks
Some of the code we use from the Linux kernel won't build correctly without this...
This commit is contained in:
parent
72a408f848
commit
8b02f791c3
1
Makefile
1
Makefile
@ -5,6 +5,7 @@ INSTALL=install
|
|||||||
CFLAGS+=-std=gnu89 -O2 -g -MMD -Wall \
|
CFLAGS+=-std=gnu89 -O2 -g -MMD -Wall \
|
||||||
-Wno-pointer-sign \
|
-Wno-pointer-sign \
|
||||||
-fno-strict-aliasing \
|
-fno-strict-aliasing \
|
||||||
|
-fno-delete-null-pointer-checks \
|
||||||
-I. -Iinclude -Iraid \
|
-I. -Iinclude -Iraid \
|
||||||
-D_FILE_OFFSET_BITS=64 \
|
-D_FILE_OFFSET_BITS=64 \
|
||||||
-D_GNU_SOURCE \
|
-D_GNU_SOURCE \
|
||||||
|
Loading…
Reference in New Issue
Block a user