Skip to content

Commit

Permalink
Fixed build with Clang (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
dutor authored and sherman-the-tank committed Jan 23, 2020
1 parent 3327a0c commit ebff74a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ if (!CMAKE_CXX_COMPILER)
endif()

set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

set(CMAKE_EXE_LINKER_FLAGS "-static-libstdc++ -no-pie")

Expand Down

0 comments on commit ebff74a

Please sign in to comment.