-version
print the compiler version and exit
-oDIRECTORY
Set the output directory for gen-* packages (default: current directory)
-outDIRECTORY
Set the ouput location for generated files. (no gen-* folder will be created)
-IDIRECTORY
Add a directory to the list of directories searched for include directives
-nowarn
Suppress all compiler warnings (BAD!)
-strict
Strict compiler warnings on
-v[erbose]
Verbose mode
-r[ecurse]
Also generate included files
-debug
Parse debug trace to stdout
--genSTRING
Generate code with a dynamically-registered generator. STRING has the form
language[:key1=val1[,key2,[key3=val3]]]. Keys and values are options passed to the generator. Many
options will not require values. For a complete list of supported generators, run thrift without
arguments.