mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
shortened freebsd text
This commit is contained in:
parent
d0498f942d
commit
b006d7f620
@ -125,10 +125,7 @@ export CXX="/usr/pkg/gcc12/bin/g++"
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
In FreeBSD similarly, if you install another compiler, cmake might not
|
In FreeBSD similarly, you might want to install a different compiler.
|
||||||
find the right one. Worse is if it finds, say, g++ and configures it for
|
|
||||||
C++ but leaves cc for C - FreeBSD's default cc is clang, and the binaries
|
|
||||||
generated between g++ and clang will not play nicely together.
|
|
||||||
Using the example of gcc12 from pkg:
|
Using the example of gcc12 from pkg:
|
||||||
```
|
```
|
||||||
export CC="/usr/local/bin/gcc"
|
export CC="/usr/local/bin/gcc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user