From 0f718097d700c93ff961630eb83903c730d04af9 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Sun, 18 Jul 2021 00:32:41 +0300 Subject: Synchronize the MIDI Sequencer with mainstream --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 090a6c6..74600b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,8 +63,8 @@ if(NOT MSVC AND NOT MSDOS) endif() # Supress the std::vector::insert() GCC change warning if(VITA) - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fcompare-debug-second") - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fcompare-debug-second") + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DVITA -DVITA=1 -fcompare-debug-second") + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DVITA -DVITA=1 -fcompare-debug-second") endif() endif() -- cgit v1.2.3