24.04.2018, 22:29
For some reason, whenever I specifically compile with the "actor_plus" include, it causes my .amx size to get crazy big. I've just finished testing it with a blank script (so the includes merely consist of a_samp, actor_plus and Pawn.RakNet), here are the outputs:
.pwn size = 4kb
.amx size = 383,726kb
Here's the warning that I get specifically and only when I'm including actor_plus (I've never seen this before; does not occur when compiling my script without actor_plus included):
I'm guessing that's the root of my issue, however I'm even more curious why I'm only getting this warning when using actor_plus.
Notes:
I should probably note I'm using Sublime 3 as my IDE and compiling through there. I'm also using Zeex's latest compiler (https://github.com/pawn-lang/compiler/releases)
I've also contacted Dayrion (creator of the "actor_plus" include) and he's said he has never gotten such a compiler warning nor the issue of the .amx file sizes.
.pwn size = 4kb
.amx size = 383,726kb
Here's the warning that I get specifically and only when I'm including actor_plus (I've never seen this before; does not occur when compiling my script without actor_plus included):
PHP Code:
"warning 232: output file is written, but with compact encoding disabled"
Notes:
I should probably note I'm using Sublime 3 as my IDE and compiling through there. I'm also using Zeex's latest compiler (https://github.com/pawn-lang/compiler/releases)
I've also contacted Dayrion (creator of the "actor_plus" include) and he's said he has never gotten such a compiler warning nor the issue of the .amx file sizes.