...
This commit is contained in:
3
build.sh
3
build.sh
@@ -7,9 +7,8 @@ gcc -c -g -fno-stack-protector -fno-builtin std/baseline/gc.c -o out/gc.o
|
||||
nasm -g -felf64 std/baseline/str_cmp.asm -o out/str_cmp.o
|
||||
|
||||
nasm -g -felf64 std/core/str_len.asm -o out/str_len.o
|
||||
nasm -g -felf64 std/core/arr_size.asm -o out/arr_size.o
|
||||
nasm -g -felf64 std/core/itoa.asm -o out/itoa.o
|
||||
|
||||
nasm -g -felf64 out/out.asm -o out/out.o
|
||||
|
||||
gcc -no-pie -nostartfiles -o out/program out/gc.o out/str_cmp.o out/str_len.o out/arr_size.o out/itoa.o out/out.o
|
||||
gcc -no-pie -nostartfiles -o out/program out/gc.o out/str_cmp.o out/str_len.o out/itoa.o out/out.o
|
||||
|
||||
Reference in New Issue
Block a user