Skip to content

Commit

Permalink
Disable threading implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
61315 committed Feb 6, 2022
1 parent 8852c81 commit 4a5bcb0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resynthesizer/buildSwitches.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ On Linux and other platforms having glib, define SYNTH_THREADED TRUE and SYNTH_U
On other platforms not having glib, define SYNTH_THREADED TRUE and use glibproxy
The latter has not been tested.
*/
#define SYNTH_THREADED TRUE
// #define SYNTH_THREADED TRUE
// If not defined, uses POSIX threads. Moot unless SYNTH_THREADED
#if !defined(_WIN32) && !defined(_WIN64)
#define SYNTH_USE_GLIB_THREADS
#endif
// #if !defined(_WIN32) && !defined(_WIN64)
// #define SYNTH_USE_GLIB_THREADS
// #endif
// Count threads to start.
#ifdef SYNTH_THREADED
// A reasonable guess that most current processors have no more than 8 cores.
Expand Down

0 comments on commit 4a5bcb0

Please sign in to comment.