-
-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
It is possible to specify -stdlib by writing the following in poac.toml, but it will not work when CXX=g++.
[profile]
cxxflags = ["-stdlib=libc++"]I felt it would be useful if there was a way to make it work for both CXX=clang++ and CXX=g++. I'm not sure what the best way is, but I wrote notes of what I came up with.
- Add
CXXFLAGSenvironment variable (similar toRUSTFLAGS) - Allow CXX to be fixed in poac.toml (profile.cxx?) to avoid confusion if only one cxx is assumed.
Metadata
Metadata
Assignees
Labels
No labels