Update README.md

pull/1040/head
Bin Lu 2021-07-13 17:58:21 +08:00 committed by GitHub
parent a4dd132900
commit 39a7e8188a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ brew install gcc
```
ls /usr/local/bin/gcc*
```
可以看到本地gcc对应的版本号为gcc-11编译
可以看到本地gcc对应的版本号为gcc-11编译命令如下
```
CXX=g++-11 make
```