I have a line in Makefile (ppiclF):
FFLAGS += -cpp -std=legacy
But when I compile, I receive the warning:
ifort: command line warning #10006: ignoring unknown option '-std=legacy'
The code obviously works, so can I take this line safely out of the file, or replace it with something else -- what?
Thanks
Nadeem