Silence warning when linking unittest binary by not passing
-lstdc++ to the linker since it is ignored.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 23759 Build 23758: arc lint + arc unit
Event Timeline
Comment Actions
Matt, could you please take a look at this trivial change.
It is intended to stop the warning: LINK : warning LNK4044: unrecognized option '/Z-reserved-lib-stdc++'; ignored when building the libFuzzer unittests on Windows.