You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flambda-backend: Refactor -extension and -standard flags (#398)
* Refactor extension handling in Clflags
Move all extension handling function into a separate module
* Compiler flag -standard disables all extensions
Regardless of the position of -standard flag relative to -extension flags,
-standard disables extensions that were enabled before or after it.
* Fix testsuite
* Add extension and standard to OCAMLPARAM
* Rename flag -standard to -no-extensions
* Rename standard to no-extensions in OCAMLPARAM
* Improve help text for -no-extensions
* Print available extensions in help text for -extension
0 commit comments