浏览代码

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

git-svn-id: branches/wasm@47171 -
nickysn 4 年之前
父节点
当前提交
9257aa8594
共有 1 个文件被更改,包括 7 次插入1 次删除
  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>