mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
[cmake] drop -fcx-limited-ops
This commit is contained in:
parent
b0e4bae2fe
commit
6da04e04db
@ -119,8 +119,7 @@ endif()
|
||||
add_compile_options(-Wall -Wextra -W -Wshadow)
|
||||
# -ffast-math dies on NaNs we draw from libav (by -ffinite-math-only)
|
||||
add_compile_options(-fno-signed-zeros -fno-trapping-math -fassociative-math)
|
||||
add_compile_options(-fno-math-errno -freciprocal-math)
|
||||
add_compile_options(-funsafe-math-optimizations -fcx-limited-range)
|
||||
add_compile_options(-fno-math-errno -freciprocal-math -funsafe-math-optimizations)
|
||||
add_compile_options(-fexceptions -fstrict-aliasing)
|
||||
|
||||
if(${USE_ASAN})
|
||||
|
Loading…
x
Reference in New Issue
Block a user