aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Ramos <juan@lunarg.com>2023-12-18 16:45:37 -0700
committerJuan Ramos <114601453+juan-lunarg@users.noreply.github.com>2023-12-18 17:31:39 -0700
commitcbd6536ac3dece46b042a012304a2ab87bf544f0 (patch)
treeb9e39d6b1d5d612f9e4b431f4724fc3ee7e435ed
parent1b7aea5ce81b055731f62f70ab1a11336c66ca60 (diff)
downloadusermoji-cbd6536ac3dece46b042a012304a2ab87bf544f0.tar.xz
Remove -fno-aliasing
closes #925
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
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")