summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbyungchul.so <byungchul.so@samsung.com>2023-07-04 18:57:36 +0900
committerbyungchul.so <byungchul.so@samsung.com>2023-07-04 18:57:36 +0900
commitf8966bd6f0003bfe4ef4cfe2eaa8e4abf458471a (patch)
tree40c7f626e07e9fd4d7702bf329b2f680b9bc01e4
parente791568bbd03f05d565f74650f996506bf409dd0 (diff)
downloademulator-yagl-accepted/tizen_unified_dev.tar.gz
emulator-yagl-accepted/tizen_unified_dev.tar.bz2
emulator-yagl-accepted/tizen_unified_dev.zip
Change-Id: I4d123d904853cfa51e004e37162d3081b38d5574
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9eadea2..10026bf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -157,7 +157,7 @@ foreach (CONFIGURATION RELEASE MINSIZEREL RELWITHDEBINFO)
string(REPLACE "-O3" "-O2" CMAKE_C_FLAGS_${CONFIGURATION} "${CMAKE_C_FLAGS_${CONFIGURATION}}")
endforeach ()
-set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fvisibility=hidden -Wno-stringop-overflow")
+set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fvisibility=hidden -Wno-stringop-overflow -Wno-stringop-truncation")
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--no-undefined")
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,--no-undefined")