pocketpy/test_cpp.sh
blueloveTH 85bbdeaf9c up
2023-01-09 01:56:46 +08:00

7 lines
140 B
Bash

g++ -o pocketpy src/main.cpp --std=c++17 -pg -O1 -pthread -fno-rtti
./pocketpy tests/1.py
gprof pocketpy gmon.out > gprof.txt
rm gmon.out