Remove -nostdinc++ from the CMAKE_CXX_FLAGS and add it to the library specific compile flags so that it doesn't get passed to the linker.
Details
Details
Diff Detail
Diff Detail
Differential D6258
[libcxx] Fix warning: argument unused during compilation: '-nostdinc++' EricWF on Nov 13 2014, 7:53 PM. Authored by
Details
Remove -nostdinc++ from the CMAKE_CXX_FLAGS and add it to the library specific compile flags so that it doesn't get passed to the linker.
Diff Detail |