aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Ramos <juan@lunarg.com>2023-11-19 16:10:57 -0700
committerJuan Ramos <114601453+juan-lunarg@users.noreply.github.com>2023-11-19 16:48:14 -0700
commit9ef6c05af3ed1a30b6345a19deb1ddfc409e52bd (patch)
tree4bf11eba4ab70d21e02c389f463565e5d6c722e0
parentae2a2dc99bc01417d2c80e81078a5672e9d31d0b (diff)
downloadusermoji-9ef6c05af3ed1a30b6345a19deb1ddfc409e52bd.tar.xz
Remove -fno-builtin-memcmp
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 56137d07..451bf0d4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -68,7 +68,6 @@ if (${CMAKE_CXX_COMPILER_ID} MATCHES "(GNU|Clang)")
-Wno-unused-parameter
-Wno-missing-field-initializers
-fno-strict-aliasing
- -fno-builtin-memcmp
)
if (${CMAKE_CXX_COMPILER_ID} MATCHES "GNU")