Skip to content

Commit

Permalink
more debug info.
Browse files Browse the repository at this point in the history
  • Loading branch information
phronmophobic committed Jul 8, 2024
1 parent 19e681d commit f0d44ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/compile-shared
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,14 @@ uname -m
find ./tmp
df -h
clang --version
hexdump -C bb.o | head

find ./tmp -name 'bb.o' -exec cp {} build/out \;
# find ./tmp -name 'grease-uber.o' -exec cp {} build/out \;

ls -l ./build/out/bb.o
file ./build/out/bb.o
hexdump -C ./build/out/bb.o | head


popd

Expand Down

0 comments on commit f0d44ab

Please sign in to comment.