Skip to content

Commit

Permalink
disable -ffast-math for debevec to work properly LuminanceHDR#185
Browse files Browse the repository at this point in the history
  • Loading branch information
fcomida committed Aug 22, 2019
1 parent eb20787 commit 3384f51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build_files/Modules/CompilerSettings.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
IF(UNIX)
ADD_DEFINITIONS(-Wall -Wno-unknown-pragmas)
ADD_DEFINITIONS(-ffast-math)
ADD_DEFINITIONS(-Wno-deprecated)
ADD_DEFINITIONS(-Wno-deprecated-declarations)

Expand Down

0 comments on commit 3384f51

Please sign in to comment.