mirror of
https://github.com/logos-storage/outsourcing-Reed-Solomon.git
synced 2026-01-03 06:03:09 +00:00
11 lines
177 B
Bash
Executable File
11 lines
177 B
Bash
Executable File
#!/bin/bash
|
|
|
|
gcc -c -O2 goldilocks.c
|
|
gcc -c -O2 goldilocks_ext.c
|
|
gcc -c -O2 monolith.c
|
|
gcc -c -O2 ntt.c
|
|
gcc -c -O2 short_dft.c
|
|
gcc -c -O2 bundle.c
|
|
|
|
gcc -O2 bench_fft.c bundle.c
|