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

Merge branch 'stable'

parents 2e7fec81 5a0af97e
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,9 @@ set (tntnet_sources
string(REPLACE "-static-libgcc" "" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
string(REPLACE "-static" "" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
set (tnt_cflags "${tnt_cflags} -static-libgcc")
if (CMAKE_COMPILER_IS_GNUCC AND NOT CMAKE_COMPILER_IS_CLANG)
set (tnt_cflags "${tnt_cflags} -static-libgcc")
endif()
#
# Static library
......
......@@ -35,7 +35,9 @@ set (tntrpl_sources tnt_log.c tnt_dir.c tnt_xlog.c tnt_snapshot.c tnt_rpl.c
string(REPLACE "-static-libgcc" "" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
string(REPLACE "-static" "" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
set (tnt_cflags "${tnt_cflags} -static-libgcc")
if (CMAKE_COMPILER_IS_GNUCC AND NOT CMAKE_COMPILER_IS_CLANG)
set (tnt_cflags "${tnt_cflags} -static-libgcc")
endif()
#
# Static library
......
......@@ -37,7 +37,9 @@ set (tntsql_sources
string(REPLACE "-static-libgcc" "" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
string(REPLACE "-static" "" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
set (tnt_cflags "${tnt_cflags} -static-libgcc")
if (CMAKE_COMPILER_IS_GNUCC AND NOT CMAKE_COMPILER_IS_CLANG)
set (tnt_cflags "${tnt_cflags} -static-libgcc")
endif()
#
# Static library
......
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