- removed the ENABLE_WASM_INTERNAL_LINKER define from the .lpi file

This commit is contained in:
Nikolay Nikolov 2024-01-12 21:17:04 +02:00
parent 5f9bcc2405
commit 1fecb46c52

View File

@ -65,14 +65,12 @@
<CustomOptions Value="-dwasm32 <CustomOptions Value="-dwasm32
-dnoopt -dnoopt
-dEXTDEBUG -dEXTDEBUG
-dDEBUG_WASM_GOTO -dDEBUG_WASM_GOTO"/>
-dENABLE_WASM_INTERNAL_LINKER"/> <OtherDefines Count="4">
<OtherDefines Count="5">
<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>