forked from OSchip/llvm-project
[flang] back out -Mstandard
Original-commit: flang-compiler/f18@a040c4bdef Reviewed-on: https://github.com/flang-compiler/f18/pull/508
This commit is contained in:
parent
9a9b450011
commit
daef068a0b
|
@ -18,7 +18,7 @@
|
|||
|
||||
PATH=/usr/bin:/bin
|
||||
srcdir=$(dirname $0)
|
||||
CMD="${F18:-../../../tools/f18/f18} -fdebug-resolve-names -fparse-only -Mstandard"
|
||||
CMD="${F18:-../../../tools/f18/f18} -fdebug-resolve-names -fparse-only"
|
||||
|
||||
if [[ $# != 1 ]]; then
|
||||
echo "Usage: $0 <fortran-source>"
|
||||
|
|
Loading…
Reference in New Issue