mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-02 00:00:03 +03:00
Build with -Wno-zero_length_bounds
Copying the linux kernel build settings
This commit is contained in:
parent
7df1badafb
commit
eff87a4c44
1
Makefile
1
Makefile
@ -5,6 +5,7 @@ INSTALL=install
|
|||||||
PYTEST=pytest-3
|
PYTEST=pytest-3
|
||||||
CFLAGS+=-std=gnu89 -O2 -g -MMD -Wall \
|
CFLAGS+=-std=gnu89 -O2 -g -MMD -Wall \
|
||||||
-Wno-pointer-sign \
|
-Wno-pointer-sign \
|
||||||
|
-Wno-zero-length-bounds \
|
||||||
-fno-strict-aliasing \
|
-fno-strict-aliasing \
|
||||||
-fno-delete-null-pointer-checks \
|
-fno-delete-null-pointer-checks \
|
||||||
-I. -Iinclude -Iraid \
|
-I. -Iinclude -Iraid \
|
||||||
|
Loading…
Reference in New Issue
Block a user