Stop setting DEBUG_FLAGS in the zfs.ko Makefile.
Rely on system settings to decide whether or not to build with debug symbols and extract them to a separate file. Reported and tested by: rm
This commit is contained in:
parent
a16e001bd9
commit
b6c3b1a92d
@ -44,8 +44,6 @@ CFLAGS+= -DDEBUG_VFS_LOCKS
|
||||
CFLAGS+= -fprofile-arcs -ftest-coverage
|
||||
.endif
|
||||
|
||||
DEBUG_FLAGS=-g
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc" || \
|
||||
${MACHINE_ARCH} == "powerpcspe" || ${MACHINE_ARCH} == "arm"
|
||||
CFLAGS+= -DBITS_PER_LONG=32
|
||||
|
Loading…
x
Reference in New Issue
Block a user