From b9f80a2b37edf9682f189b406542b3f7a93b24a3 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Wed, 2 Apr 2025 20:54:37 +0300 Subject: Moved directory and some experimental changes --- c_implementation/build_tree/ak_utils_build.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 c_implementation/build_tree/ak_utils_build.sh (limited to 'c_implementation/build_tree/ak_utils_build.sh') diff --git a/c_implementation/build_tree/ak_utils_build.sh b/c_implementation/build_tree/ak_utils_build.sh new file mode 100755 index 0000000..4300307 --- /dev/null +++ b/c_implementation/build_tree/ak_utils_build.sh @@ -0,0 +1,2 @@ +echo "Building lib/akutils.so" && gcc -c -shared -Wextra -Wall -Werror -pedantic -ggdb -fPIC -I./include akutils.c -o lib/akutils.so && echo "Building tests/test_akutils" && gcc -Wextra -Wall -Werror -pedantic -ggdb -Wl,-rpath=lib -I./include tests/test_akutils.c lib/akutils.so -o tests/test_akutils && echo "Running test_akutils" && time ./tests/test_akutils +rm ./tests/test_akutils -- cgit v1.2.3