Making --debug = false work.

This commit is contained in:
Ben Vanik
2014-01-06 22:46:21 -08:00
parent d1528e24bb
commit ff66064275
4 changed files with 15 additions and 15 deletions

View File

@@ -13,7 +13,7 @@
using namespace alloy;
#if DEBUG
#if 0 && DEBUG
#define DEFAULT_DEBUG_FLAG true
#else
#define DEFAULT_DEBUG_FLAG false