Skip to content

Commit a152611

Browse files
committed
Fixed #53: extra space in build.sh broke intel build
1 parent 36e9926 commit a152611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ then
3232
# warning #7601: F2008 standard does not allow an internal procedure to be an actual argument procedure name. (R1214.4).
3333
# In the context of F2008 this is an erroneous warning.
3434
# See https://prd1idz.cps.intel.com/en-us/forums/topic/486629
35-
FCOMPILERFLAGS= '-c -O2 -warn -stand f08 -diag-disable 7601 -traceback'
35+
FCOMPILERFLAGS='-c -O2 -warn -stand f08 -diag-disable 7601 -traceback'
3636
#FCOMPILERFLAGS='-c -O2 -warn -traceback -stand f08 -assume protect_parens -assume buffered_io -check all'
3737

3838
else

0 commit comments

Comments
 (0)