Advertisement
Guest User

Problema Compile

a guest
Oct 12th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
  2.  
  3. Usage: pawncc <filename> [filename...] [options]
  4.  
  5. Options:
  6. -A<num> alignment in bytes of the data segment and the stack
  7. -a output assembler code
  8. -C[+/-] compact encoding for output file (default=+)
  9. -c<name> codepage name or number; e.g. 1252 for Windows Latin-1
  10. -Dpath active directory path
  11. -d<num> debugging level (default=-d3)
  12. 0 no symbolic information, no run-time checks
  13. 1 run-time checks, no symbolic information
  14. 2 full debug information and dynamic checking
  15. 3 same as -d2, but implies -O0
  16. -e<name> set name of error file (quiet compile)
  17. -H<hwnd> window handle to send a notification message on finish
  18. -i<name> path for include files
  19. -l create list file (preprocess only)
  20. -o<name> set base name of (P-code) output file
  21. -O<num> optimization level (default=-O0)
  22. 0 no optimization
  23. 1 JIT-compatible optimizations only
  24. 2 full optimizations
  25. -p<name> set name of "prefix" file
  26. -r[name] write cross reference report to console or to specified file
  27. -S<num> stack/heap size in cells (default=4096)
  28. -s<num> skip lines from the input file
  29. -t<num> TAB indent size (in character positions, default=8)
  30. -v<num> verbosity level; 0=quiet, 1=normal, 2=verbose (default=2)
  31. -w<num> disable a specific warning by its number
  32. -X<num> abstract machine size limit in bytes
  33. -XD<num> abstract machine data/stack size limit in bytes
  34. -\ use '\' for escape characters
  35. -^ use '^' for escape characters
  36. -;[+/-] require a semicolon to end each statement (default=+)
  37. -([+/-] require parantheses for function invocation (default=-)
  38. sym=val define constant "sym" with value "val"
  39. sym= define constant "sym" with value 0
  40.  
  41. Options may start with a dash or a slash; the options "-d0" and "/d0" are
  42. equivalent.
  43.  
  44. Options with a value may optionally separate the value from the option letter
  45. with a colon (":") or an equal sign ("="). That is, the options "-d0", "-d=0"
  46. and "-d:0" are all equivalent.
  47. Header size: 0 bytes
  48. Code size: 0 bytes
  49. Data size: 0 bytes
  50. Stack/heap size: 16384 bytes; estimated max. usage=2 cells (8 bytes)
  51. Total requirements: 16384 bytes
  52. [Finished in 0.2s]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement