- 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
-dnoopt
-dEXTDEBUG
-dDEBUG_WASM_GOTO
-dENABLE_WASM_INTERNAL_LINKER"/>
<OtherDefines Count="5">
-dDEBUG_WASM_GOTO"/>
<OtherDefines Count="4">
<Define0 Value="wasm32"/>
<Define1 Value="noopt"/>
<Define2 Value="EXTDEBUG"/>
<Define3 Value="DEBUG_WASM_GOTO"/>
<Define4 Value="ENABLE_WASM_INTERNAL_LINKER"/>
</OtherDefines>
</Other>
</CompilerOptions>