Skip to content

Commit

Permalink
Merge branch '447-fix-broken-ninja-backend-for-cmake' into 'development'
Browse files Browse the repository at this point in the history
enable build with Ninja

Closes #447

See merge request damask/DAMASK!1020
  • Loading branch information
dmentock committed Jan 20, 2025
2 parents 87b5685 + 5b00f7b commit 8c6111f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions cmake/Compiler-GNU.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ set (STANDARD_CHECK "-std=f2018 -pedantic-errors" )

#------------------------------------------------------------------------------------------------
# Fine tuning compilation options
set (COMPILE_FLAGS "${COMPILE_FLAGS} -cpp") # preprocessor, needed for CMake < 3.18

set (COMPILE_FLAGS "${COMPILE_FLAGS} -fPIE")
# position independent code

Expand Down
2 changes: 0 additions & 2 deletions cmake/Compiler-Intel.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ set (LINKER_FLAGS "${LINKER_FLAGS} -shared-intel")

#------------------------------------------------------------------------------------------------
# Fine tuning compilation options
set (COMPILE_FLAGS "${COMPILE_FLAGS} -fpp") # preprocessor, needed for CMake < 3.18

set (COMPILE_FLAGS "${COMPILE_FLAGS} -no-ftz")
# disable flush underflow to zero, will be set if -O[1,2,3]

Expand Down
2 changes: 0 additions & 2 deletions cmake/Compiler-IntelLLVM.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ set (LINKER_FLAGS "${LINKER_FLAGS} -fc=ifx")

#------------------------------------------------------------------------------------------------
# Fine tuning compilation options
set (COMPILE_FLAGS "${COMPILE_FLAGS} -fpp") # preprocessor, needed for CMake < 3.18

set (COMPILE_FLAGS "${COMPILE_FLAGS} -no-ftz")
# disable flush underflow to zero, will be set if -O[1,2,3]

Expand Down

0 comments on commit 8c6111f

Please sign in to comment.