Build scripts optimization level

Is it possible in a build script to set the optimization level to Agressive?

According to what Norman taught me (<https://xojo.com/issue/49661>) I think so.
In an pre-build script, write:

PropertyValue("App.OptimizationLevel") = Str(4)