Skip to content

Commit

Permalink
remove debug info from build scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
phronmophobic committed Jul 8, 2024
1 parent 4f53354 commit dc3890f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions scripts/compile-shared
Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +56,9 @@ $GRAALVM_HOME/bin/native-image \
rm -rf ./build/out
mkdir -p build/out

uname -m
find ./tmp
df -h
top -l 1 | grep PhysMem
clang --version

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
nm -gU ./build/out/bb.o

hexdump -C ./build/out/bb.o | head

popd

# This is where xcode will look for headers
Expand Down

0 comments on commit dc3890f

Please sign in to comment.