mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-22 20:11:44 +00:00
fixed the fteqcc help screen misnaming asm as flag
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5653 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
e11a3da66e
commit
9d3bf714a5
1 changed files with 1 additions and 1 deletions
|
@ -4921,7 +4921,7 @@ memset(pr_immediate_string, 0, sizeof(pr_immediate_string));
|
|||
// externs->Printf ("to build a clean data tree: qcc -copy <srcdir> <destdir>\n");
|
||||
// externs->Printf ("to build a clean pak file: qcc -pak <srcdir> <packfile>\n");
|
||||
// externs->Printf ("to bsp all bmodels: qcc -bspmodels <gamedir>\n");
|
||||
externs->Printf ("-Fwasm <funcname> causes FTEQCC to dump all asm to qc.asm\n");
|
||||
externs->Printf ("-Kwasm causes FTEQCC to dump all asm to qc.asm\n");
|
||||
externs->Printf ("-O0 to disable optimisations\n");
|
||||
externs->Printf ("-O1 to optimise for size\n");
|
||||
externs->Printf ("-O2 to optimise more - some behaviours may change\n");
|
||||
|
|
Loading…
Reference in a new issue