@@ -142,41 +142,6 @@ extra-source-files:
142142 cbits/xkcp/*.h
143143 cbits/xkcp/*.macros
144144 cbits/xkcp/*.inc
145- -- TRACY
146- -- These are referenced directly using the FFI
147- cbits/tracy/public/*.cpp
148- cbits/tracy/public/tracy/*.h
149- cbits/tracy/public/tracy/*.hpp
150- cbits/tracy/public/common/*.h
151- cbits/tracy/public/common/*.hpp
152- cbits/tracy/public/common/*.cpp
153- cbits/tracy/public/client/*.h
154- cbits/tracy/public/client/*.hpp
155- cbits/tracy/public/client/*.cpp
156- -- These are used to build Tracy's client tools in Setup.hs
157- cbits/tracy/cmake/*.cmake
158- cbits/tracy/cmake/*.patch
159- cbits/tracy/capture/CMakeLists.txt
160- cbits/tracy/profiler/CMakeLists.txt
161- -- Used by Tracy's client tools
162- cbits/tracy/capture/src/*.cpp
163- cbits/tracy/dtl/*.hpp
164- cbits/tracy/getopt/*.c
165- cbits/tracy/getopt/*.h
166- cbits/tracy/profiler/src/*.cpp
167- cbits/tracy/profiler/src/*.c
168- cbits/tracy/profiler/src/*.h
169- cbits/tracy/profiler/src/*.hpp
170- cbits/tracy/profiler/src/font/*.hpp
171- cbits/tracy/profiler/src/profiler/*.cpp
172- cbits/tracy/profiler/src/profiler/*.h
173- cbits/tracy/profiler/src/profiler/*.hpp
174- cbits/tracy/public/libbacktrace/*.cpp
175- cbits/tracy/public/libbacktrace/*.h
176- cbits/tracy/public/libbacktrace/*.hpp
177- cbits/tracy/server/*.cpp
178- cbits/tracy/server/*.h
179- cbits/tracy/server/*.hpp
180145
181146extra-doc-files :
182147 images/*.png
@@ -629,6 +594,10 @@ library
629594 cpp-options :
630595 -DACCELERATE_INTERNAL_CHECKS
631596
597+ -- Tracy is disabled in this branch of Accelerate
598+ if flag(tracy)
599+ buildable : False
600+
632601 if os(windows)
633602 cc-options :
634603 -- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65782
0 commit comments