mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-19 14:38:22 -04:00
There seems to be a bug in current MinGW GCC which leads to incorrect code (crash for no obvious reason) in RemoteVstPlugin process.
7 lines
226 B
Plaintext
Executable File
7 lines
226 B
Plaintext
Executable File
MINGW=/opt/mingw64
|
|
export PATH=$PATH:$MINGW/bin
|
|
#export CFLAGS="-fno-tree-vectorize"
|
|
export CXXFLAGS="$CFLAGS"
|
|
cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/modules/Win64Toolchain.cmake -DCMAKE_MODULE_PATH=`pwd`/../cmake/modules/
|
|
|