SA-MP Forums Archive
-d3 information question - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: -d3 information question (/showthread.php?tid=480534)



-d3 information question - CONTROLA - 11.12.2013

Hello! I have a question about the -d3 extra compiling information - it shows these:

Код:
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:          29,248 bytes
Code size:          4,156,128 bytes
Data size:         24,716,724 bytes
Stack/heap size:     180,000 bytes; estimated max. usage: unknown, due to recursion
Total requirements:29,082,100 bytes
However when I'm not using -d3 it only shows up the first line: 'Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase'. Isn't 180,000 bytes too much? What can I do to fix this?


Re: -d3 information question - Emmet_ - 11.12.2013

-d3 just outputs debugging information, such as the total stack and heap usage. Ignore that message.


Re: -d3 information question - dudaefj - 17.12.2013

Quote:
Originally Posted by Emmet_
Посмотреть сообщение
-d3 just outputs debugging information, such as the total stack and heap usage. Ignore that message.
he says he is NOT using -d3