diff options
| author | Juan Ramos <juan@lunarg.com> | 2023-11-19 16:10:57 -0700 |
|---|---|---|
| committer | Juan Ramos <114601453+juan-lunarg@users.noreply.github.com> | 2023-11-19 16:48:14 -0700 |
| commit | 9ef6c05af3ed1a30b6345a19deb1ddfc409e52bd (patch) | |
| tree | 4bf11eba4ab70d21e02c389f463565e5d6c722e0 | |
| parent | ae2a2dc99bc01417d2c80e81078a5672e9d31d0b (diff) | |
| download | usermoji-9ef6c05af3ed1a30b6345a19deb1ddfc409e52bd.tar.xz | |
Remove -fno-builtin-memcmp
| -rw-r--r-- | CMakeLists.txt | 1 |
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") |
