mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Regression: backtrace accidentally turned off by default.
This commit is contained in:
@@ -1230,6 +1230,7 @@ BuildOptions parse_arguments(int argc, const char *argv[])
|
||||
.debug_info_override = DEBUG_INFO_NOT_SET,
|
||||
.safety_level = SAFETY_NOT_SET,
|
||||
.panic_level = PANIC_NOT_SET,
|
||||
.show_backtrace = SHOW_BACKTRACE_NOT_SET,
|
||||
.optlevel = OPTIMIZATION_NOT_SET,
|
||||
.optsize = SIZE_OPTIMIZATION_NOT_SET,
|
||||
.build_threads = cpus(),
|
||||
|
||||
Reference in New Issue
Block a user