Browse Source

Disable audiofile ops debug on wasm, verified to work

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.0
falkTX 2 years ago
parent
commit
ecfcd4c4a1
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      source/native-plugins/audio-base.hpp

+ 1
- 3
source/native-plugins/audio-base.hpp View File

@@ -48,9 +48,7 @@ extern "C" {
# define CARLA_MLOCK(ptr, size)
#endif

#ifdef CARLA_OS_WASM
# define DEBUG_FILE_OPS
#endif
// #define DEBUG_FILE_OPS

typedef struct adinfo ADInfo;



Loading…
Cancel
Save