You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
consttracy=b.option([]constu8, "tracy", "Enable Tracy integration. Supply path to Tracy source");
125
-
consttracy_callstack=b.option(bool, "tracy-callstack", "Include callstack information with Tracy data. Does nothing if -Dtracy is not provided") orelsefalse;
126
-
consttracy_allocation=b.option(bool, "tracy-allocation", "Include allocation information with Tracy data. Does nothing if -Dtracy is not provided") orelsefalse;
125
+
consttracy_callstack=b.option(bool, "tracy-callstack", "Include callstack information with Tracy data. Does nothing if -Dtracy is not provided") orelse(tracy!=null);
126
+
consttracy_allocation=b.option(bool, "tracy-allocation", "Include allocation information with Tracy data. Does nothing if -Dtracy is not provided") orelse(tracy!=null);
127
127
constforce_gpa=b.option(bool, "force-gpa", "Force the compiler to use GeneralPurposeAllocator") orelsefalse;
128
128
constlink_libc=b.option(bool, "force-link-libc", "Force self-hosted compiler to link libc") orelse (enable_llvmoronly_c);
0 commit comments