Skip to content

Remove support for setting compiler options

Yorick Peterse requested to merge remove-compiler-options into master

Instead of exposing these through the syntax, we now determine the values of these options based on the module names. This allows us to achieve the exact same as before, without having to complicate the parser and compiler.

This fixes #169 (closed)

Edited by Yorick Peterse

Merge request reports