[Bug 194258] CSTD idiom doesn't exist for CXXFLAGS
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194258 Fernando ApesteguĂa changed: What|Removed |Added Assignee|b...@freebsd.org|fern...@freebsd.org
[Bug 194258] CSTD idiom doesn't exist for CXXFLAGS
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194258 --- Comment #1 from Dimitry Andric --- Since the standard names for C and C++ are different, you cannot really use the CSTD variable. I would suggest using CXXSTD, which is consistent with all the other "CXX" prefixes. The available optio