Files
FAT-Allocator/build-morello.sh

7 lines
251 B
Bash

# Building shared object files for morello
cc -g -Wall -shared -Wextra -Wno-unsed-parameter -mabi=purecap-benchmark -fPIC alloc.c -o alloc.so
cc -g -Wall -shared -Wextra -Wno-unsed-parameter -mabi=purecap-benchmark -fPIC alloc.c -o regularalloc.so