mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Update build script for RPI tests.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#!/bin/bash
|
||||
cc mal_test_0.c -o ./bin/mal_test_0 -Wall -ldl -lpthread -lm -mfpu=neon
|
||||
c++ mal_test_0.c -o ./bin/mal_test_0_cpp -Wall -ldl -lpthread -lm -mfpu=neon
|
||||
cc mal_test_0.c -o ./bin/mal_test_0 -Wall -ldl -lpthread -lm
|
||||
c++ mal_test_0.c -o ./bin/mal_test_0_cpp -Wall -ldl -lpthread -lm
|
||||
|
||||
cc mal_profiling.c -o ./bin/mal_profiling -Wall -ldl -lpthread -lm -mfpu=neon
|
||||
c++ mal_profiling.c -o ./bin/mal_profiling_cpp -Wall -ldl -lpthread -lm -mfpu=neon
|
||||
cc mal_profiling.c -o ./bin/mal_profiling -Wall -ldl -lpthread -lm -mfpu=neon -O2
|
||||
c++ mal_profiling.c -o ./bin/mal_profiling_cpp -Wall -ldl -lpthread -lm -mfpu=neon -O2
|
||||
|
||||
cc mal_dithering.c -o ./bin/mal_dithering -Wall -ldl -lpthread -lm -mfpu=neon
|
||||
c++ mal_dithering.c -o ./bin/mal_dithering_cpp -Wall -ldl -lpthread -lm -mfpu=neon
|
||||
cc mal_dithering.c -o ./bin/mal_dithering -Wall -ldl -lpthread -lm
|
||||
c++ mal_dithering.c -o ./bin/mal_dithering_cpp -Wall -ldl -lpthread -lm
|
||||
Reference in New Issue
Block a user