Skip to content

Commit

Permalink
Try backtraces
Browse files Browse the repository at this point in the history
  • Loading branch information
randombit committed Oct 28, 2024
1 parent d5ca052 commit 3792084
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/build-data/cc/gcc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ add_sysroot_option "--sysroot="
<sanitizers>
default -> iterator,address

iterator -> "-D_GLIBCXX_DEBUG"
iterator -> "-D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_BACKTRACE"
address -> "-fsanitize=address"
undefined -> "-fsanitize=undefined -fno-sanitize-recover=undefined"
</sanitizers>
Expand Down Expand Up @@ -101,6 +101,7 @@ arm64:neon -> ""

# Flags set here are included at compile and link time
<mach_abi_linking>
linux -> "-lstdc++exp"
all!haiku,qnx,none -> "-pthread"

s390 -> "-m31"
Expand Down

0 comments on commit 3792084

Please sign in to comment.