summaryrefslogtreecommitdiff
path: root/test/files/jvm/nooptimise
Commit message (Collapse)AuthorAgeFilesLines
* Add option to disable optimizationJames Iry2013-03-053-0/+32
By default we run par test under -optimise. But occasionally we need to test optimizations in isolation. This commit adds a Ynooptimise flag that turns the optimize flags off back off after they've been turned on. A test is included to ensure that -Ynooptimise turns off optimizations and an existing test is modified to show that optimizations coming after -Ynooptimise in command line are enabled.