How pass the option -subsystem:windows for the link using ifx compiler? #1003
jglezplatas
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to pass the option /subsystem:windows during the link procedure using ifort or ifx compiler in order to compile a windows program and not as console. (in default /subsystem:console create another white window).
I was trying to use --link-flag "/subsystem:windows ...." or --link-flag "-subsystem:windows" but in the log file is written that this option is
...ignoring unknown option '/subsystem:windows'
Any idea to get that it works?
Javier
Beta Was this translation helpful? Give feedback.
All reactions