Skip to content

Commit

Permalink
Remove -fno-builtin-memcmp
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-lunarg committed Nov 19, 2023
1 parent ae2a2dc commit 9ef6c05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 9ef6c05

Please sign in to comment.