Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/subversion:windows is ignored option using intel compiler in windows using --link-flag #1004

Open
jglezplatas opened this issue Mar 1, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jglezplatas
Copy link

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

@jglezplatas jglezplatas added the bug Something isn't working label Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant