Create README.md

This commit is contained in:
BLUELOVETH 2022-11-06 12:52:22 +08:00 committed by GitHub
parent 4622638abf
commit dd935e989b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ It will generate `pocketpy.h` and `main.cpp` in `amalgamate/` directory. You can
**If you want to do development:** **If you want to do development:**
```bash ```bash
bash build_cpp.sh g++ -o pocketpy src/main.cpp --std=c++17 -O1
``` ```
## Reference ## Reference