Преглед на файлове

+ 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"/>
         <StopAfterErrCount Value="50"/>
       </ConfigFile>
       </ConfigFile>
       <CustomOptions Value="-dwasm32
       <CustomOptions Value="-dwasm32
--dnoopt"/>
+-dnoopt
+-dEXTDEBUG"/>
+      <OtherDefines Count="3">
+        <Define0 Value="wasm32"/>
+        <Define1 Value="noopt"/>
+        <Define2 Value="EXTDEBUG"/>
+      </OtherDefines>
     </Other>
     </Other>
   </CompilerOptions>
   </CompilerOptions>
 </CONFIG>
 </CONFIG>