Disabled CSL debugging

This commit is contained in:
Wade Williams
2013-11-20 11:10:59 -06:00
parent 32a0bcd508
commit e115ae0489
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@
*/ */
#if APL #if APL
#pragma options align=mac68k //#pragma options align=mac68k
#endif #endif
#if IBM #if IBM
#pragma pack(push, 2) #pragma pack(push, 2)

View File

@@ -38,7 +38,7 @@ using std::max;
#endif #endif
// Set this to 1 to get TONS of diagnostics on what the lib is doing. // Set this to 1 to get TONS of diagnostics on what the lib is doing.
#define DEBUG_CSL_LOADING 1 #define DEBUG_CSL_LOADING 0
// Set this to 1 to cause AIRLINE and LIVERY to create ICAO codes automatically // Set this to 1 to cause AIRLINE and LIVERY to create ICAO codes automatically
#define USE_DEFAULTING 0 #define USE_DEFAULTING 0