15 lines
235 B
PHP
Raw Normal View History

2001-01-01 00:00:00 +01:00
!if defined(BUILD_CHECKED_KERNEL)
NTDEBUG=ntsd
FREEBUILD=0
!endif
!include $(PROJECT_ROOT)\prerelease.inc
# No overflow checking for ntdll.dll
BUFFER_OVERFLOW_CHECKS=0
!if $(IA64)
# Emit LTCG codegen
LTCG_WKS=1
!endif