You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a GUI fortran program , you have to use a link option as /subversion: windows (in default is /subversion:console) in the case of intel compiler for Windows.
For that, if I use --link-flag " /subversion:windows" , the program is compiled and linked obtaining an executable but in the program_name.exe.log is showed that this option has been ignored and the option selected is the default option (as console).
This introduces an unwanted effect of opening an empty window in a gui-type program.
Expected Behaviour
This option should not be ignored in the link procedure.
Version of fpm
0.10.0
Platform and Architecture
Windows
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Description
For a GUI fortran program , you have to use a link option as /subversion: windows (in default is /subversion:console) in the case of intel compiler for Windows.
For that, if I use --link-flag " /subversion:windows" , the program is compiled and linked obtaining an executable but in the program_name.exe.log is showed that this option has been ignored and the option selected is the default option (as console).
This introduces an unwanted effect of opening an empty window in a gui-type program.
Expected Behaviour
This option should not be ignored in the link procedure.
Version of fpm
0.10.0
Platform and Architecture
Windows
Additional Information
No response
The text was updated successfully, but these errors were encountered: