un-strip the sample binary :D
now the disassembly can include symbols
This commit is contained in:
parent
d063d71ab8
commit
10745b0ae8
3 changed files with 451 additions and 356 deletions
|
|
@ -11,7 +11,6 @@ clean:
|
||||||
|
|
||||||
hello: hello.c
|
hello: hello.c
|
||||||
$(CC) -static -O2 -o hello hello.c
|
$(CC) -static -O2 -o hello hello.c
|
||||||
$(STRIP) hello
|
|
||||||
|
|
||||||
test: hello
|
test: hello
|
||||||
./hello
|
./hello
|
||||||
|
|
|
||||||
BIN
hello/hello
BIN
hello/hello
Binary file not shown.
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue