Browse Source

- removed the ENABLE_WASM_INTERNAL_LINKER define from the .lpi file

Nikolay Nikolov 1 year ago
parent
commit
1fecb46c52
1 changed files with 2 additions and 4 deletions
  1. 2 4
      compiler/ppcwasm32.lpi

+ 2 - 4
compiler/ppcwasm32.lpi

@@ -65,14 +65,12 @@
       <CustomOptions Value="-dwasm32
       <CustomOptions Value="-dwasm32
 -dnoopt
 -dnoopt
 -dEXTDEBUG
 -dEXTDEBUG
--dDEBUG_WASM_GOTO
--dENABLE_WASM_INTERNAL_LINKER"/>
-      <OtherDefines Count="5">
+-dDEBUG_WASM_GOTO"/>
+      <OtherDefines Count="4">
         <Define0 Value="wasm32"/>
         <Define0 Value="wasm32"/>
         <Define1 Value="noopt"/>
         <Define1 Value="noopt"/>
         <Define2 Value="EXTDEBUG"/>
         <Define2 Value="EXTDEBUG"/>
         <Define3 Value="DEBUG_WASM_GOTO"/>
         <Define3 Value="DEBUG_WASM_GOTO"/>
-        <Define4 Value="ENABLE_WASM_INTERNAL_LINKER"/>
       </OtherDefines>
       </OtherDefines>
     </Other>
     </Other>
   </CompilerOptions>
   </CompilerOptions>