From cbd6536ac3dece46b042a012304a2ab87bf544f0 Mon Sep 17 00:00:00 2001 From: Juan Ramos Date: Mon, 18 Dec 2023 16:45:37 -0700 Subject: Remove -fno-aliasing closes #925 --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 451bf0d4..d770ca57 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,7 +67,6 @@ if (${CMAKE_CXX_COMPILER_ID} MATCHES "(GNU|Clang)") -Wextra -Wno-unused-parameter -Wno-missing-field-initializers - -fno-strict-aliasing ) if (${CMAKE_CXX_COMPILER_ID} MATCHES "GNU") -- cgit v1.2.3