zeek/auxil/spicy/doc/examples/_usage-spicy-build.output
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

13 lines
600 B
Plaintext

# Automatically generated; do not edit. -- <HASH> spicy-build -h//False
spicy-build [options] <input files>
-d Build a debug version.
-g Disable HILTI-side optimizations of the generated code.
-o <file> Destination name for the compiled executable; default is "a.out".
-t Do not delete tmp files (useful for inspecting, and use with debugger)
-v Verbose output, display command lines executing.
-S Do not compile the "spicy-driver" host application into executable.
Input files may be anything that spicyc can compile to C++.