Browse Source

+ enable FPC_WASM_THREADS_INTERNAL_LINKER (not stable, yet) in ppcwasm32.lpi

Nikolay Nikolov 1 year ago
parent
commit
610f2bb3c9
1 changed files with 4 additions and 3 deletions
  1. 4 3
      compiler/ppcwasm32.lpi

+ 4 - 3
compiler/ppcwasm32.lpi

@@ -49,8 +49,8 @@
       <SyntaxOptions>
       <SyntaxOptions>
         <CStyleOperator Value="False"/>
         <CStyleOperator Value="False"/>
         <AllowLabel Value="False"/>
         <AllowLabel Value="False"/>
-        <CPPInline Value="False"/>
         <UseAnsiStrings Value="False"/>
         <UseAnsiStrings Value="False"/>
+        <CPPInline Value="False"/>
       </SyntaxOptions>
       </SyntaxOptions>
     </Parsing>
     </Parsing>
     <Other>
     <Other>
@@ -64,12 +64,13 @@
       </ConfigFile>
       </ConfigFile>
       <CustomOptions Value="-dwasm32
       <CustomOptions Value="-dwasm32
 -dnoopt
 -dnoopt
--dEXTDEBUG"/>
+-dEXTDEBUG
+-dFPC_WASM_THREADS_INTERNAL_LINKER"/>
       <OtherDefines Count="4">
       <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="FPC_WASM_THREADS_INTERNAL_LINKER"/>
       </OtherDefines>
       </OtherDefines>
     </Other>
     </Other>
   </CompilerOptions>
   </CompilerOptions>