Only use remote OSC control in headless/MOD, remove LTO from readme

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-04-23 15:30:02 +02:00
parent 5a53cd37b8
commit 39e83285e2
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
3 changed files with 50 additions and 52 deletions

View file

@ -75,8 +75,7 @@ void openBrowser(const std::string& url);
// -----------------------------------------------------------------------------------------------------------
// && defined(HEADLESS)
#if defined(HAVE_LIBLO)
#if defined(HAVE_LIBLO) && defined(HEADLESS)
# define CARDINAL_INIT_OSC_THREAD
#endif