mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
Disabled CSL debugging
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
*/
|
||||
|
||||
#if APL
|
||||
#pragma options align=mac68k
|
||||
//#pragma options align=mac68k
|
||||
#endif
|
||||
#if IBM
|
||||
#pragma pack(push, 2)
|
||||
|
||||
@@ -38,7 +38,7 @@ using std::max;
|
||||
#endif
|
||||
|
||||
// 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
|
||||
#define USE_DEFAULTING 0
|
||||
|
||||
Reference in New Issue
Block a user