mirror of
https://github.com/reactos/CMake.git
synced 2024-12-14 23:29:57 +00:00
Flang: Remove unsupported fbounds-check flag
The Flang compiler neither supports nor documents -fbounds-check leading to -Wunused-command-line-argument warnings with the default Debug flags.
This commit is contained in:
parent
a91eb5e41f
commit
3aeff21df7
@ -7,6 +7,4 @@ set(CMAKE_Fortran_PREPROCESS_SOURCE
|
||||
set(CMAKE_Fortran_FORMAT_FIXED_FLAG "-ffixed-form")
|
||||
set(CMAKE_Fortran_FORMAT_FREE_FLAG "-ffree-form")
|
||||
|
||||
string(APPEND CMAKE_Fortran_FLAGS_DEBUG_INIT " -fbounds-check")
|
||||
|
||||
set(CMAKE_Fortran_MODDIR_FLAG "-J")
|
||||
|
Loading…
Reference in New Issue
Block a user