Skip to content
Snippets Groups Projects
Commit 74363e10 authored by Mick Jordan's avatar Mick Jordan
Browse files

remove old FastROption

parent 5f9e53a0
Branches
No related tags found
No related merge requests found
......@@ -39,7 +39,6 @@ public enum FastROptions {
PrintErrorStacktracesToFile("Dumps Java and R stack traces to 'fastr_errors.log' for all errors", true),
CheckResultCompleteness("Assert completeness of results vectors after evaluating unit tests and R shell commands", true),
Debug("Debug=name1,name2,...; Turn on debugging output for 'name1', 'name2', etc.", null, true),
Instrument("Enable (Old) Instrumentation", false),
TraceCalls("Trace all R function calls", false),
TraceCallsToFile("TraceCalls output is sent to 'fastr_tracecalls.log'", false),
TraceNativeCalls("Trace all native function calls (performed via .Call, .External, etc.)", false),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment