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_callstack=b.option(bool, "tracy-callstack", "Include callstack information with Tracy data. Does nothing if -Dtracy is not provided") orelse (tracy!=null);
172
172
consttracy_allocation=b.option(bool, "tracy-allocation", "Include allocation information with Tracy data. Does nothing if -Dtracy is not provided") orelse (tracy!=null);
173
173
consttracy_callstack_depth: u32=b.option(u32, "tracy-callstack-depth", "Declare callstack depth for Tracy data. Does nothing if -Dtracy_callstack is not provided") orelse10;
174
-
constforce_gpa=b.option(bool, "force-gpa", "Force the compiler to use GeneralPurposeAllocator") orelsefalse;
174
+
constdebug_gpa=b.option(bool, "debug-allocator", "Force the compiler to use DebugAllocator") orelsefalse;
175
175
constlink_libc=b.option(bool, "force-link-libc", "Force self-hosted compiler to link libc") orelse (enable_llvmoronly_c);
exe_options.addOption(DevEnv, "dev", b.option(DevEnv, "dev", "Build a compiler with a reduced feature set for development of specific features") orelseif (only_c) .bootstrapelse.full);
0 commit comments