Skip to content

Fix spice tests performance

Martin Marmsoler requested to merge work/fixSpiceTestsPerformance into master

Due to the large header files, compiling is slow with clang 11 and msvc. Do not include the data as variable, but load them during run, so compiling of the build is faster

Edited by Martin Marmsoler

Merge request reports