From 9ef6c05af3ed1a30b6345a19deb1ddfc409e52bd Mon Sep 17 00:00:00 2001 From: Juan Ramos Date: Sun, 19 Nov 2023 16:10:57 -0700 Subject: Remove -fno-builtin-memcmp --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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") -- cgit v1.2.3