cda-tum / mqt-qcec

MQT QCEC - A tool for Quantum Circuit Equivalence Checking
https://mqt.readthedocs.io/projects/qcec
MIT License
90 stars 21 forks source link

👨‍💻 introduce `mold` as default linker under Linux #283

Closed burgholzer closed 1 year ago

burgholzer commented 1 year ago

What's the problem this feature will solve?

C++ builds under Linux can be made faster with the mold linker.

Describe the solution you'd like

Use the mold linker as the default linker for Linux CI builds.

Reference PR: