Skip to content
Snippets Groups Projects
Commit 89ad12e2 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Clear -static-libgcc from one more place.

parent 1e799ecb
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ set (tnt_sources
string(REPLACE "-static-libgcc" "" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
string(REPLACE "-static" "" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
if (NOT TARGET_OS_DARWIN)
if (CMAKE_COMPILER_IS_GNUCC and not CMAKE_COMPILER_IS_CLANG)
set (tnt_cflags "${tnt_cflags} -static-libgcc")
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment