diff options
author | Wohlstand <admin@wohlnet.ru> | 2021-07-18 00:32:41 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2021-07-18 00:32:41 +0300 |
commit | 0f718097d700c93ff961630eb83903c730d04af9 (patch) | |
tree | 6c8bd3d6cad70f0561958580b17dfc42f08a49e1 /CMakeLists.txt | |
parent | 68f480e2efc9080db301cd8aab8911c830b0b5e3 (diff) | |
download | libADLMIDI-0f718097d700c93ff961630eb83903c730d04af9.tar.gz libADLMIDI-0f718097d700c93ff961630eb83903c730d04af9.tar.bz2 libADLMIDI-0f718097d700c93ff961630eb83903c730d04af9.zip |
Synchronize the MIDI Sequencer with mainstream
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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() |