Skip to content

Commit

Permalink
[ESD-1931] remove no strict aliasing from common compile flags (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodfell authored Feb 11, 2021
1 parent 0bc5243 commit a3be562
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CompileOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ function(swift_set_compile_options)
-Wunused-variable
-Wvolatile-register-var
-Wwrite-strings
-fno-strict-aliasing
)

if(x_REMOVE)
Expand Down

0 comments on commit a3be562

Please sign in to comment.