From d9f628fca401e9ea98c3ade878c8bae5b90b4c3f Mon Sep 17 00:00:00 2001 From: simon987 Date: Sun, 21 Jun 2020 16:53:22 -0400 Subject: [PATCH] Build fix --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cf20e5f..de2b981 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,7 +57,7 @@ target_compile_options( PRIVATE -fPIC -Werror - -Wstringop-overflow=0 +# -Wstringop-overflow=0 ) if (SIST_DEBUG)