We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bceda79 commit 4a30207Copy full SHA for 4a30207
1 file changed
cmake/SetBuildOptions.cmake
@@ -32,7 +32,7 @@ if(COMPILER STREQUAL "GNU")
32
elseif(COMPILER STREQUAL "Intel" OR COMPILER STREQUAL "IntelLLVM")
33
add_compile_definitions(CPRINTEL)
34
set(CMAKE_C_FLAGS "-qno-opt-dynamic-align -std=gnu99 -fp-model precise -qopenmp")
35
- set(CMAKE_C_FLAGS_DEBUG "-O0 -g")
+ set(CMAKE_C_FLAGS_DEBUG "-O0 -g -fp-model=strict -Wall")
36
set(CMAKE_C_FLAGS_RELEASE "-O0 -debug minimal")
37
set(CMAKE_Fortran_FLAGS "-warn all -check all -standard-semantics -fpmodel=precise -qno-openmp-simd")
38
if(USE_PDAF)
0 commit comments