mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-09 17:47:12 -04:00
* CMake * Compiler flags fixes * Don't strip * Fix default template argument errors * Fix VLAs. MSVC doesn't support C99, so Variable-Length-Arrays are not available. Use QVarLengthArray instead.