mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-05 14:46:18 -05: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.