From 48277def43c87d997808f6ae65b87c54ceed1156 Mon Sep 17 00:00:00 2001 From: yanghaoran Date: Sat, 19 Sep 2020 16:55:59 +0800 Subject: [PATCH] fix securec compile options --- cmake/external_libs/securec.cmake | 2 +- third_party/patch/securec/securec.patch001 | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/cmake/external_libs/securec.cmake b/cmake/external_libs/securec.cmake index 7dfdbeed..83a4409d 100644 --- a/cmake/external_libs/securec.cmake +++ b/cmake/external_libs/securec.cmake @@ -4,7 +4,7 @@ graphengine_add_pkg(securec MD5 0782dd2351fde6920d31a599b23d8c91 LIBS c_sec PATCHES ${GE_SOURCE_DIR}/third_party/patch/securec/securec.patch001 - CMAKE_OPTION " " + CMAKE_OPTION "-DCMAKE_BUILD_TYPE=Release" ) include_directories(${securec_INC}) file(COPY ${securec_INC}/../lib/libc_sec.so DESTINATION ${CMAKE_SOURCE_DIR}/build/graphengine) diff --git a/third_party/patch/securec/securec.patch001 b/third_party/patch/securec/securec.patch001 index 8376784b..666f28ce 100644 --- a/third_party/patch/securec/securec.patch001 +++ b/third_party/patch/securec/securec.patch001 @@ -1,12 +1,11 @@ -diff -Npur bounds_checking_function/CMakeLists.txt securec/CMakeLists.txt +diff -Npur -x .git bounds_checking_function/CMakeLists.txt securec/CMakeLists.txt --- bounds_checking_function/CMakeLists.txt 1970-01-01 08:00:00.000000000 +0800 -+++ securec/CMakeLists.txt 2020-05-11 17:10:49.406735400 +0800 -@@ -0,0 +1,19 @@ ++++ securec/CMakeLists.txt 2020-09-19 16:53:48.689460700 +0800 +@@ -0,0 +1,18 @@ +cmake_minimum_required(VERSION 3.14) +project(Securec) -+set(CMAKE_BUILD_TYPE "Debug") +set(CMAKE_C_FLAGS_DEBUG "$ENV{CFLAGS} -fPIC -O0 -Wall -Wno-deprecated-declarations -g2 -ggdb -fno-inline-functions -fno-omit-frame-pointer -D_LIBCPP_INLINE_VISIBILITY='' -D'_LIBCPP_EXTERN_TEMPLATE(...)='") -+set(CMAKE_C_FLAGS_RELEASE "$ENV{CFLAGS} -fPIC -O3 -Wall -Wno-deprecated-declarations") ++set(CMAKE_C_FLAGS_RELEASE "$ENV{CFLAGS} -fPIC -Wall -D_FORTIFY_SOURCE=2 -O2 -Wno-deprecated-declarations -fstack-protector-all -Wl,-z,relro,-z,now") +set(CMAKE_EXPORT_COMPILE_COMMANDS ON) + +#add flags