SA-MP Forums Archive
About -O parameter - 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: About -O parameter (/showthread.php?tid=447359)



About -O parameter - Mellnik - 29.06.2013

The pawn compiler provides code optimization.

So is it advisable to use this feature and does -O2 affect the debugging (-d2)?


AW: About -O parameter - Mellnik - 29.06.2013

Exactly what I wanted to know, thanks.


Re: About -O parameter - MP2 - 29.06.2013

Quote:
Originally Posted by ******
Посмотреть сообщение
Personally I use "-O1 -d0".
-d0 disables debugging, yes? What is the default setting for this? d1?


AW: Re: About -O parameter - Mellnik - 29.06.2013

Would following compilation work with the SA-MP server? In other words did I miss anything?

Код:
pawncc script.pwn -oC:\path\script -DC:\path -iC:\path\include -;+ -(+ [extra arguments here]