Skip to content

Commit

Permalink
Fix Clang standard library.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadden committed Jul 12, 2018
1 parent 26a6353 commit ffca074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ elseif(FIPS_MSVC)
# Also suppress linker warnings about missing .pdb files that seem to inevitably creep in.
add_link_options(/ignore:4099)
elseif(FIPS_CLANG)
add_compile_options(-v)
add_compile_options(-lstdc++)
endif()

# Enable "big objects" for Visual C++ and try to speed up builds.
Expand Down

0 comments on commit ffca074

Please sign in to comment.