mirror of
https://github.com/urbit/ares.git
synced 2024-11-21 21:39:51 +03:00
wip: phkmalloc calls into pma routines
This commit is contained in:
parent
91be71d6dd
commit
cf03d9ac8e
9
rust/ares_pma/c-src/compile-phk.sh
Normal file → Executable file
9
rust/ares_pma/c-src/compile-phk.sh
Normal file → Executable file
@ -1 +1,8 @@
|
||||
gcc -Wno-unused-result -pipe -O3 -finline-limit=5000 -fkeep-inline-functions -finline-functions -ffast-math -fomit-frame-pointer -DNDEBUG -UDEBUG -D_REENTRANT=1 -c phkmalloc.c
|
||||
gcc -O0 -DDEBUG -g3 -c ./lib/checksum.c ./btree.c
|
||||
|
||||
gcc -Wno-unused-result -pipe -O0 -g3 -finline-limit=5000 -fkeep-inline-functions -finline-functions -ffast-math -fomit-frame-pointer -DNDEBUG -UDEBUG -D_REENTRANT=1 -c phkmalloc.c
|
||||
|
||||
gcc -O0 -DDEBUG -g3 ./btree.o ./checksum.o ./phkmalloc.o
|
||||
|
||||
|
||||
# gcc -Wno-unused-result -pipe -O3 -finline-limit=5000 -fkeep-inline-functions -finline-functions -ffast-math -fomit-frame-pointer -DNDEBUG -UDEBUG -D_REENTRANT=1 phkmalloc.c
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user