How do I remove?
#1

pawn Код:
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase

Header size:           4960 bytes
Code size:           649312 bytes
Data size:          1444748 bytes
Stack/heap size:      16384 bytes; estimated max. usage=4737 cells (18948 bytes)
Total requirements: 2115404 bytes

How can I remove those statistics after I compile a script?
Reply
#2

That topic will help you
Reply
#3

Use:
pawn Код:
#pragma tabsize 1000000
Thanks to ****** for some info about this. ^^
Reply
#4

add a -S8192 or -S16384 to the compilers parameters. it will fix the heap/stack buffer size.
i use it to SOLVE the warning, coz iam using a switch(){} with like 60 cases inside. the same applies to large if/else if/else if/else if blocks.
Reply
#5

i dont really want to add
Код:
#pragma tabsize 1000000
to like 20 scripts. i prefer to use the compiler options
Код:
"%in%" -o"%out%" -d0 -O0 -S8192 -w203 -w204
which solves that for any strangers script aswell, where the #pragma shit is missing
Reply
#6

caught me, oops. when i change(d) regular variables to pvars, then i keep the old ones intact, so the warnings are better being hidden (for me), since it compiled fine before. lazy me, its still there ^^
Reply
#7

Quote:
Originally Posted by ******
Посмотреть сообщение
Actually, that does solve it! You are increasing the memory allocated to the stack and heap, that message displays when it thinks you won't have enough.
Alright. Thank you ****** for the update. Good to know.
Jeffry
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)