multithreading is not yet ready...
This commit is contained in:
parent
ed359fa8a4
commit
2fcfc5e396
2 changed files with 1 additions and 3 deletions
|
@ -15,9 +15,6 @@
|
|||
|
||||
- support MIDI control faders in headless build (#483)
|
||||
|
||||
- support multithreading in the server to better support multi-core CPUs,
|
||||
use qmake "CONFIG+=multithreading" to enable the new multithreading (#339)
|
||||
|
||||
- option to set Mute Myself on with a command line argument (#495)
|
||||
|
||||
- added a red message to indicate that Mute Myself is activated (#476)
|
||||
|
|
|
@ -9,6 +9,7 @@ contains(CONFIG, "noupcasename") {
|
|||
# support multi-threading with OMP if requested
|
||||
contains(CONFIG, "multithreading") {
|
||||
message(Multithreading in the server is enabled.)
|
||||
message(NOTE THAT THE MULTITHREADING IMPLEMENTATION IS STILL EXPERIMENTAL AND MAY NOT BE STABLE.)
|
||||
DEFINES += USE_MULTITHREADING
|
||||
QT += concurrent
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue