Skip to content

Commit

Permalink
cmake: never use strict aliasing
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed May 29, 2024
1 parent 28167cb commit 37f0c6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/DaemonFlags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ elseif (NACL)
set_cxx_flag("-std=gnu++14")

set_c_cxx_flag("-ffast-math")
set_c_cxx_flag("-fno-strict-aliasing")
set_c_cxx_flag("-fvisibility=hidden")
set_c_cxx_flag("-stdlib=libc++")
set_c_cxx_flag("--pnacl-allow-exceptions")
Expand Down

0 comments on commit 37f0c6b

Please sign in to comment.