mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
2 lines
152 B
Bash
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 |