diff options
-rw-r--r-- | src/config/Options.lb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 9b7842481f..bb141d008e 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -408,9 +408,9 @@ end ############################################### define DEBUG - default 1 + default 0 export always - comment "Enable debugging code" + comment "Enable x86emu debugging code" end define CONFIG_CONSOLE_VGA default 0 |