File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ INCLUDE(FindPkgConfig)
15
15
16
16
SET (VERSION_MAJOR "1" )
17
17
SET (VERSION_MINOR "1" )
18
- SET (VERSION_PATCH "2 " )
18
+ SET (VERSION_PATCH "3 " )
19
19
#SET(VERSION_SUFFIX "")
20
20
SET (VERSION "${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} " )
21
21
IF (VERSION_SUFFIX )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ IF(LMMS_BUILD_WIN32)
6
6
ADD_DEFINITIONS (-DPTW32_STATIC_LIB )
7
7
ADD_EXECUTABLE (RemoteVstPlugin "${CMAKE_CURRENT_SOURCE_DIR} /RemoteVstPlugin.cpp" )
8
8
TARGET_LINK_LIBRARIES (RemoteVstPlugin -lQtCore4 -lpthread -lgdi32 -lws2_32 )
9
- SET_TARGET_PROPERTIES (RemoteVstPlugin PROPERTIES COMPILE_FLAGS "${COMPILE_FLAGS} -O3 " )
9
+ SET_TARGET_PROPERTIES (RemoteVstPlugin PROPERTIES COMPILE_FLAGS "${COMPILE_FLAGS} -O0 " )
10
10
ADD_CUSTOM_COMMAND (TARGET RemoteVstPlugin POST_BUILD COMMAND "${STRIP} " "${CMAKE_CURRENT_BINARY_DIR} /RemoteVstPlugin.exe" )
11
11
INSTALL (TARGETS RemoteVstPlugin RUNTIME DESTINATION "${PLUGIN_DIR} " )
12
12
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ADD_EXECUTABLE(RemoteVstPlugin32 "${CMAKE_CURRENT_SOURCE_DIR}/../RemoteVstPlugin
5
5
TARGET_LINK_LIBRARIES (RemoteVstPlugin32 -lQtCore4 -lpthread -lgdi32 -lws2_32 )
6
6
7
7
ADD_CUSTOM_COMMAND (TARGET RemoteVstPlugin32 POST_BUILD COMMAND "${STRIP} " "\" ${CMAKE_CURRENT_BINARY_DIR} /RemoteVstPlugin32.exe\" " )
8
- SET_TARGET_PROPERTIES (RemoteVstPlugin32 PROPERTIES COMPILE_FLAGS "${COMPILE_FLAGS} -O3 " )
8
+ SET_TARGET_PROPERTIES (RemoteVstPlugin32 PROPERTIES COMPILE_FLAGS "${COMPILE_FLAGS} -O0 " )
9
9
10
10
INSTALL (TARGETS RemoteVstPlugin32 RUNTIME DESTINATION "${PLUGIN_DIR} /32" )
11
11
INSTALL (FILES "${MINGW_PREFIX32} /bin/QtCore4.dll" "${MINGW_PREFIX32} /bin/zlib1.dll" "${MINGW_PREFIX32} /${CMAKE_SYSTEM_PROCESSOR32} -w64-mingw32/bin/libwinpthread-1.dll"
You can’t perform that action at this time.
0 commit comments