Howto:Disable Nasal entirely: Difference between revisions

Jump to navigation Jump to search
m (→‎Patch: patch up fg_init.cxx and options.cxx to include a --disable-nasal option and show a corresponding warning)
Line 102: Line 102:


{{Note|The following patch only works during startup/initialization, i.e. set the boolean property
{{Note|The following patch only works during startup/initialization, i.e. set the boolean property
<code>/sim/startup/disable-nasal</code> via something like <code>--prop:/sim/startup/disable-nasal{{=}}1</code> and the initialization of the Nasal susbystem (FGNasalSys) will be disabled, as well as all calls to the system from other subsystems (GUI, Canvas, bindings, package manager etc)
<code>/sim/startup/disable-nasal</code> via something like <code>--prop:/sim/startup/disable-nasal{{=}}1</code> and the initialization of the Nasal susbystem (FGNasalSys) will be disabled, as well as all calls (?) to the system from other subsystems (GUI, Canvas, bindings, package manager etc). If you should be seeing FGNasalSys related segfaults with this patch committed/active, that would suggest that not all Nasal access has been disabled yet (straightforward to fix)


}}
}}

Navigation menu