This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wrt/tests/lib/build.sh
2023-02-07 11:22:47 +08:00

4 lines
78 B
Bash
Executable File

#!/usr/bin/env bash
clang++ -O3 -shared -o ../bin/SimpleLib.so SimpleLib.cpp