21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
+
+
+
+
+
|
-M
Write details of macro expansion to stdout.
-T
Mode for testing some internal functions of Free Hero Mesh and SDL. You
probably do not need to use this mode yourself.
-U
Enable unstable/experimental features. These features may change in
future and may later be made not needing this switch; but for now you
should not use them except for testing and development of Free Hero Mesh.
-a
Autotest levels, ensuring that the provided solution is valid. Lines
that don't match /^Level [0-9]+\.*: OK$/ denote errors.
-c
Only load classes and then terminate. This can be used to test that
the class definition file does not contain syntax errors, or it can be
|