mirror of
https://github.com/encounter/object-testfiles.git
synced 2026-07-10 12:18:40 -07:00
dwarf: file compiled with -gsplit-dwarf (#28)
This commit is contained in:
Executable
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user