Skip to content

Commit

Permalink
Merge pull request #4599 from AntonioBL/jackcrash
Browse files Browse the repository at this point in the history
fix #280686 crash on opening if JACK audio has been registered on Win…
  • Loading branch information
anatoly-os committed Jan 25, 2019
2 parents 2fa00a2 + d621946 commit c890b4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ else (APPLE)
set(CMAKE_CXX_FLAGS_DEBUG "/MT /permissive- /std:c++14 /W4 /Zi /Ob0 /Od /RTC1")
set(CMAKE_CXX_FLAGS_RELEASE "/MT /permissive- /std:c++14 /W4 /O2 /Ob2 /DNDEBUG /DQT_NO_DEBUG /DQT_NO_DEBUG_OUTPUT")
set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "/MT /permissive- /std:c++14 /W4 /Zi /O2 /Ob1 /DNDEBUG /DQT_NO_DEBUG")
set(CMAKE_EXE_LINKER_FLAGS "/DYNAMICBASE:NO")
else (MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++11")
if (MINGW)
Expand Down

0 comments on commit c890b4f

Please sign in to comment.