Disable FDEBUG for r.3496 - it is not necessary for common case

git-svn-id: svn://kolibrios.org@3498 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Marat Zakiyanov (Mario79) 2013-05-09 21:29:31 +00:00
parent de447bcec4
commit b3ade66ab3
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
format MS COFF
DEBUG equ 1
FDEBUG equ 1
FDEBUG equ 0
DEBUG_IRQ equ 0
USE_SINGLE_MODE equ 0 ; 1 = Single mode; 0 = Normal mode.