removed slamch.c/dlamch.c -specific GCC options, since the current implementation is very simple and relies on IEEE754 standard, rather than the actual machine behavior.

pull/13383/head
Vadim Pisarevsky 15 years ago
parent bf94db5b16
commit ba2b812886
  1. 1
      3rdparty/lapack/CMakeLists.txt

@ -49,7 +49,6 @@ endif()
if(CMAKE_COMPILER_IS_GNUCXX)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-parentheses -Wno-uninitialized -Wno-implicit-function-declaration -Wno-unused")
set_source_files_properties(dlamch.c slamch.c PROPERTIES COMPILE_FLAGS "-ffloat-store -O0")
endif()
set_target_properties(${the_target}

Loading…
Cancel
Save