Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
235 B

  1. !if defined(BUILD_CHECKED_KERNEL)
  2. NTDEBUG=ntsd
  3. FREEBUILD=0
  4. !endif
  5. !include $(PROJECT_ROOT)\prerelease.inc
  6. # No overflow checking for ntdll.dll
  7. BUFFER_OVERFLOW_CHECKS=0
  8. !if $(IA64)
  9. # Emit LTCG codegen
  10. LTCG_WKS=1
  11. !endif