effekt icon indicating copy to clipboard operation
effekt copied to clipboard

Add debug and valgrind to LLVM tests and config

Open marvinborner opened this issue 1 year ago • 1 comments

This makes use of the --debug flag and adds a new flag --valgrind:

  • --debug: Use GCC's sanitization and other debugging flags (LLVM only for now)
  • --valgrind: Run the final executable using valgrind and disable optimizations during compilation. This is enabled by default for LLVM tests.

This will make a lot of LLVM tests fail (intended).

marvinborner avatar Jun 25 '24 13:06 marvinborner

Sadly this means I cannot run tests anymore :(

b-studios avatar Jun 25 '24 14:06 b-studios