pocketpy/tests/dylib/build.sh
blueloveTH a06a8918ce ...
2023-07-09 00:55:30 +08:00

2 lines
152 B
Bash

SRC=$(find ../../src/ -name "*.cpp")
clang++ -std=c++17 -fno-rtti -O2 -stdlib=libc++ -Wfatal-errors -o libtest.so test.cpp -I../../include -fPIC -shared