mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
build: use CPPFLAGS
-D and -I are preprocessor flags, so should preferably be in the appropriate variable. Signed-off-by: Jan Engelhardt <jengelh@inai.de> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
parent
7a8a639390
commit
92c4ea38c9
@ -9,5 +9,6 @@
|
||||
DEFAULT_INCLUDES = -include ${top_builddir}/spl_config.h
|
||||
|
||||
AM_LIBTOOLFLAGS = --silent
|
||||
AM_CPPFLAGS = -D__USE_LARGEFILE64
|
||||
AM_CFLAGS = -Wall -Wshadow -Wstrict-prototypes -fno-strict-aliasing
|
||||
AM_CFLAGS += -D__USE_LARGEFILE64 ${DEBUG_CFLAGS}
|
||||
AM_CFLAGS += ${DEBUG_CFLAGS}
|
||||
|
Loading…
Reference in New Issue
Block a user