]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/conf/Makefile.template
xnu-344.23.tar.gz
[apple/xnu.git] / iokit / conf / Makefile.template
index 28c5758c4c80e8cfbda39261920b7c31119dc33b..35daa9e5a8d8d2a9179cca809755a91275d00662 100644 (file)
@@ -28,12 +28,9 @@ include $(MakeInc_def)
 #
 CFLAGS+= -DKERNEL -DDRIVER_PRIVATE                             \
        -Wall -Wno-four-char-constants -fno-common              \
-       -DIOMATCHDEBUG=1 -DIOALLOCDEBUG=1                       \
+       -DIOMATCHDEBUG=1 -DIOALLOCDEBUG=1 -DIOASSERT=0          \
 #-DIOKITDEBUG=-1
 
-CFLAGS_RELEASE += -DIOASSERT=0
-CFLAGS_DEBUG += -DIOASSERT=1
-
 SFLAGS+= -DKERNEL
 
 #