pocketpy/tests/dylib/build.sh
blueloveTH 48da917caf ...
2023-07-09 02:54:45 +08:00

1 line
115 B
Bash

clang++ -std=c++17 -fno-rtti -O2 -stdlib=libc++ -Wfatal-errors -o libtest.so test.cpp -I../../include -fPIC -shared