mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +08:00
Disabled CSL debugging
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user