mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
3 lines
155 B
Bash
3 lines
155 B
Bash
python3 prebuild.py
|
|
SRC=$(find src/ -name "*.cpp")
|
|
clang++ -std=c++17 -fno-rtti -O2 -stdlib=libc++ -Wfatal-errors -o main src2/main.cpp $SRC -Iinclude -ldl |