windows - Clang's equivalent to GCC's -mwindows -
i know how instruct gcc (using the -mwindows
flag) generate pe using image_subsystem_windows_gui
instead of image_subsystem_windows_cui
windows subsystem.
does clang offer equivalent flag? if not, how can change generated executable's windows subsystem (preferable using open source software)?
try with
-wl,--subsystem,windows
there native, console , posix available use.
Comments
Post a Comment