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++' Authored by EricWF on Nov 13 2014, 7:53 PM. 
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  |