diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-07-04 18:21:47 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-08-12 11:37:43 +0200 |
commit | 675e7e7dcc89d3b39e96e862c3f69378668584d9 (patch) | |
tree | 998a41a66b0541905a233303b23da312eb88bf8e /extra | |
parent | 889d8a8f2beb330df27f2b1cf27ea0375dc4444c (diff) | |
download | mariadb-git-675e7e7dcc89d3b39e96e862c3f69378668584d9.tar.gz |
remove obsolete checks for -fno-implicit-templates
we stopped using -fno-implicit-templates many years ago
Diffstat (limited to 'extra')
-rw-r--r-- | extra/yassl/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/extra/yassl/CMakeLists.txt b/extra/yassl/CMakeLists.txt index c456af9be15..0e28da012ae 100644 --- a/extra/yassl/CMakeLists.txt +++ b/extra/yassl/CMakeLists.txt @@ -20,9 +20,6 @@ INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR}/extra/yassl/taocrypt/mySTL) ADD_DEFINITIONS(${SSL_DEFINES}) -#Remove -fno-implicit-templates -#(yassl sources cannot be compiled with it) -STRING(REPLACE "-fno-implicit-templates" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS}) SET(YASSL_SOURCES src/buffer.cpp src/cert_wrapper.cpp src/crypto_wrapper.cpp src/handshake.cpp src/lock.cpp src/log.cpp src/socket_wrapper.cpp src/ssl.cpp src/timer.cpp src/yassl_error.cpp src/yassl_imp.cpp src/yassl_int.cpp) |