tests: intro tests for the jvm module
[nit.git] / tests / sav / nitg.res
index 55c09f5..2593e14 100644 (file)
@@ -22,6 +22,8 @@
   --no-check-autocast         Disable implicit casts on unsafe expression usage (dangerous)
   --no-check-other            Disable implicit tests: unset attribute, null receiver (dangerous)
   --typing-test-metrics       Enable static and dynamic count of all type tests
+  --nit-stacktrace            Enables the use of gperf to bind C to Nit function names when encountering a Stack trace at runtime
+  --no-stacktrace             Disables libunwind and generation of C stack traces (can be problematic when compiling to targets such as Android or NaCl)
   --separate                  Use separate compilation
   --no-inline-intern          Do not inline call to intern methods
   --no-union-attribute        Put primitive attibutes in a box instead of an union