|
@@ -26,6 +26,9 @@
|
|
|
#if $[USE_DEBUG_PYTHON]
|
|
#if $[USE_DEBUG_PYTHON]
|
|
|
#define python $[PYTHON_DEBUG_COMMAND]
|
|
#define python $[PYTHON_DEBUG_COMMAND]
|
|
|
#endif
|
|
#endif
|
|
|
|
|
+ #if $[>= $[OPTIMIZE], 4]
|
|
|
|
|
+ #define python $[python] -OO
|
|
|
|
|
+ #endif
|
|
|
|
|
|
|
|
#foreach scriptname $[BUILD_P3D_SCRIPTS]
|
|
#foreach scriptname $[BUILD_P3D_SCRIPTS]
|
|
|
#if $[eq $[PLATFORM],Win32]
|
|
#if $[eq $[PLATFORM],Win32]
|