mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 03:29:33 +02:00
- removed the ENABLE_WASM_INTERNAL_LINKER define from the .lpi file
This commit is contained in:
parent
5f9bcc2405
commit
1fecb46c52
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user