Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 3.58 KB

a3de85c7-70ce-6e58-80d0-d597340e2cc2.md

File metadata and controls

31 lines (24 loc) · 3.58 KB

BlastCompilerOptions Methods

The BlastCompilerOptions type exposes the following members.

Methods

 

NameDescription
Public methodAddDefine add a compiled define
Public methodClearDefines remove all defines from compiler options
Public methodDisableOptimisations disable compiler optimisations, default = enabled
Public methodEnableOptimisations enable compiler optimizations, default == enabled
Public methodEnableValidation enable validation (default = off)
Public methodIsDefined Check if the key is defined in compiler options
Public methodPackageWithoutStack package without a stack segment, use stackmemory in the interpretor
Public methodRemoveDefine Remove any value possibly assosiated with the key
Public methodSetAllocator Set allocation mode for packages, use temp with caution in combination with bursted code
Public methodSetLanguage Set language target
Public methodSetPackageMode Set packaging mode
Public methodSetStackSize set the size of the stack, if 0 is set stack is estimated during compilation
Public methodSilent disable all logging, fails silently
Public methodTrace set trace logging
Public methodTryGetDefine Try to lookup a key and get its value
Public methodVerbose set verbose logging
  Back to Top

See Also

Reference

BlastCompilerOptions Class
NSS.Blast.Compiler Namespace