GDefines.inc
资源名称:CAST2SDK.rar [点击查看]
上传用户:yj_qiu
上传日期:2022-08-08
资源大小:23636k
文件大小:1k
源码类别:
游戏引擎
开发平台:
Delphi
- {.$DEFINE USEFASTMM} // Use FastMM memory manager
- {.$DEFINE PUREPASCAL} // Turns off any assembler optimizations
- {$DEFINE PROFILE} // Turns on profiling
- {$DEFINE MULTITHREADLOG} // Turns on multithreading-ready logging
- {$IFNDEF PUREPASCAL}
- {.$DEFINE USEP6ASM} // Turns on optimizations that requires P6 (or newer) architecture (doesn't work under FPC yet)
- {.$DEFINE USESSE} // Turns on optimizations that requires SSE (or newer) architecture
- {$ENDIF}
- {$DEFINE DEBUGMODE}
- {$DEFINE LOGGING} // Turns on logging
- {.$DEFINE DEBUGLOG} // Turns on detail debug logging