Browse Source

+ define EXTDEBUG for the wasm32 compiler, when compiled using the lazarus project

git-svn-id: branches/wasm@47171 -
nickysn 4 years ago
parent
commit
9257aa8594
1 changed files with 7 additions and 1 deletions
  1. 7 1
      compiler/ppcwasm32.lpi

+ 7 - 1
compiler/ppcwasm32.lpi

@@ -62,7 +62,13 @@
         <StopAfterErrCount Value="50"/>
       </ConfigFile>
       <CustomOptions Value="-dwasm32
--dnoopt"/>
+-dnoopt
+-dEXTDEBUG"/>
+      <OtherDefines Count="3">
+        <Define0 Value="wasm32"/>
+        <Define1 Value="noopt"/>
+        <Define2 Value="EXTDEBUG"/>
+      </OtherDefines>
     </Other>
   </CompilerOptions>
 </CONFIG>