clash-lang / clash-compiler

Haskell to VHDL/Verilog/SystemVerilog compiler
https://clash-lang.org/
Other
1.43k stars 151 forks source link

Optimization flags are incompatible with the byte-code interpreter #2591

Open leonschoorl opened 11 months ago

leonschoorl commented 11 months ago

When running clashi build with GHC-9.6 it starts with the warning:

when making flags consistent: warning:
    Optimization flags are incompatible with the byte-code interpreter; optimization flags ignored.

This didn't happen with GHC <= 9.2