dwarf: file compiled with -gsplit-dwarf (#28)

This commit is contained in:
Philip Craig
2025-08-13 16:35:04 +10:00
committed by GitHub
parent 6f73be4563
commit 4b6d8e6c43
4 changed files with 2 additions and 0 deletions
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2
View File
@@ -3,3 +3,5 @@ g++-13 $CFLAGS base.cpp -o base-gcc-g1 -g1
g++-13 $CFLAGS base.cpp -o base-gcc-g2 -g2
clang++-18 $CFLAGS base.cpp -o base-clang-g1 -g1
clang++-18 $CFLAGS base.cpp -o base-clang-g2 -g2
g++-13 $CFLAGS base.cpp -o base-gcc-split -g2 -gsplit-dwarf
llvm-dwp -e base-gcc-split -o base-gcc-split.dwp