David Rose 24 anni fa
parent
commit
148b1154c2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      dtool/LocalSetup.pp

+ 1 - 1
dtool/LocalSetup.pp

@@ -222,7 +222,7 @@ $[cdefine GLOBAL_OPERATOR_NEW_EXCEPTIONS]
 #define NO_STYLE_ALLOCATOR
 #define NO_STYLE_ALLOCATOR
 #if $[eq $[OPTIMIZE], 4]
 #if $[eq $[OPTIMIZE], 4]
   // In optimize level 4, we never try to use custom allocators.
   // In optimize level 4, we never try to use custom allocators.
-  #define NO_STYLE_ALLOCATOR 1
+  #set NO_STYLE_ALLOCATOR 1
 #elif $[eq $[STL_ALLOCATOR], OLD]
 #elif $[eq $[STL_ALLOCATOR], OLD]
   // "OLD": Irix 6.2-era STL.
   // "OLD": Irix 6.2-era STL.
   #set OLD_STYLE_ALLOCATOR 1
   #set OLD_STYLE_ALLOCATOR 1