diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-03-10 22:13:07 +0100 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-03-10 22:13:07 +0100 |
commit | a9222f035d77b7dfa009b3041dfa3c39e3dd4699 (patch) | |
tree | 491e833f1861c015f9cea9385041f767d01869bd /CMakeLists.txt | |
parent | 00a61c6f870dd3fd8c45d06928957de7250ae67b (diff) | |
download | synthpod-a9222f035d77b7dfa009b3041dfa3c39e3dd4699.tar.xz |
rt-safe module injection/ejection/removal.
* module injection/ejection to/from rt thread
* module removal from UI via close icon
* uri node / URID registry cleanup
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2183938c..8eab1e30 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,6 +11,7 @@ include_directories(${PROJECT_BINARY_DIR}) set(APP_DIR share/synthpod) set(LIBS "") +#add_definitions("-std=gnu99" "-fdump-rtl-expand") # libuv pkg_search_module(UV REQUIRED libuv>=1.0) |