Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2019
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. Pawn compiler 3.10.8 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=-d1)
  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=-O1)
  22. 0 no optimization
  23. 1 JIT-compatible optimizations only
  24. 2 full optimizations
  25. -p<name> set name of "prefix" file
  26. -R[+/-] add detailed recursion report with call chains (default=-)
  27. -r[name] write cross reference report to console or to specified file
  28. -S<num> stack/heap size in cells (default=4096)
  29. -s<num> skip lines from the input file
  30. -t<num> TAB indent size (in character positions, default=8)
  31. -v<num> verbosity level; 0=quiet, 1=normal, 2=verbose (default=1)
  32. -w<num> disable a specific warning by its number
  33. -X<num> abstract machine size limit in bytes
  34. -XD<num> abstract machine data/stack size limit in bytes
  35. -Z[+/-] run in compatibility mode (default=-)
  36. -E[+/-] turn warnings in to errors
  37. -\ use '\' for escape characters
  38. -^ use '^' for escape characters
  39. -;[+/-] require a semicolon to end each statement (default=+)
  40. -([+/-] require parantheses for function invocation (default=-)
  41. sym=val define constant "sym" with value "val"
  42. sym= define constant "sym" with value 0
  43.  
  44. Options may start with a dash or a slash; the options "-d0" and "/d0" are
  45. equivalent.
  46.  
  47. Options with a value may optionally separate the value from the option letter
  48. with a colon (":") or an equal sign ("="). That is, the options "-d0", "-d=0"
  49. and "-d:0" are all equivalent.
  50. [Finished in 0.1s]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement