Skip to content

Commit

Permalink
240415.231156.HKT revise cmake flang flags
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Apr 15, 2024
1 parent 0a46029 commit 52e9cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
# Classic Flang family with -Mchkptr would fail. See https://forums.developer.nvidia.com/t/bug-in-nvfortran-with-mchkptr-for-unallocated-optional-arguments/223220
# As of 20240220, aflang with -Mbounds would fail due to the bug at https://github.com/flang-compiler/flang/issues/1238
- {compiler: nvfortran, cflags: '-Wall', fflags: '-C -Wall -Wextra -Minform=warn -Mstandard -Mrecursive -Mbounds -Mchkstk'}
- {compiler: flang, cflags: '-Werror', fflags: '-pedantic'}
- {compiler: flang, cflags: '-Werror', fflags: '-std=f2018 -pedantic -fno-stack-arrays -mmlir -fdynamic-heap-array'}
- {compiler: aflang, cflags: '-Wall', fflags: '-pedantic -Weverything -Wall -Wextra -Minform=warn -Mstandard -Mrecursive'}

steps:
Expand Down

0 comments on commit 52e9cda

Please sign in to comment.