Update README.md

pull/1040/head
Bin Lu 2021-07-13 18:01:13 +08:00 committed by GitHub
parent 39a7e8188a
commit ad683e03f1
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编译命令如下(如果本地gcc版本为gcc-9, 则相应命令修改为`CXX=g++-9 make`
```
CXX=g++-11 make
```