tum-ei-eda / seal5

Seal5 - Semi-automated LLVM Support for RISC-V Extensions including Autovectorization
https://tum-ei-eda.github.io/seal5/
Apache License 2.0
8 stars 3 forks source link

Debug parameter conflicts with build_type #62

Closed thomasgoodfellow closed 2 months ago

thomasgoodfellow commented 2 months ago

Invocation of cmake in utils.py sets CMAKE_BUILD_TYPE from the optional debug flag, overriding any configured setting:

if debug is not None: buildType = "Debug" if debug else "Release"

PhilippvK commented 2 months ago

Closed via #63