We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f60d04 commit 3933abdCopy full SHA for 3933abd
CMakeLists.txt
@@ -11,6 +11,10 @@ if (APPLE)
11
# set(CMAKE_OSX_ARCHITECTURES arm64 x86_64)
12
endif()
13
14
+# Uncomment to enable tsan
15
+# set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=thread")
16
+
17
18
# Adds all the module sources so they appear correctly in the IDE
19
set_property(GLOBAL PROPERTY USE_FOLDERS YES)
20
option(JUCE_ENABLE_MODULE_SOURCE_GROUPS "Enable Module Source Groups" ON)
0 commit comments