User forums > Nightly builds
The 30 August 2014 build (9884) is out.
edison:
--- Quote from: oBFusCATed on October 22, 2014, 10:27:42 pm ---@edison: Which version of clang is the last one that supported the old switch?
--- End quote ---
I don't know...
http://comments.gmane.org/gmane.comp.compilers.clang.devel/38114
Reid Kleckner said:
--- Quote ---I doubt we ever recognized this argument. This probably changed because we started rejecting unknown -m flags.
--- End quote ---
oBFusCATed:
--- Quote from: Alpha on October 23, 2014, 06:23:51 am ---Oops, must have missed this. Yes, I should be able to add a quick regex. Will do some testing this weekend to see what is necessary.
--- End quote ---
Just keep in mind that dumpversion doesn't do anything useful - always returns 4.2.1 (at least on linux and osx)
Alpha:
From my experimentation, it seems neither of these flags are necessary.
--- Code: --- <Command name="LinkExe"
- value="$linker $libdirs -o $exe_output $link_objects $link_resobjects $link_options $libs -mwindows"/>
+ value="$linker $libdirs -o $exe_output $link_objects $link_resobjects $link_options $libs -Wl,--subsystem,windows"/>
--- End code ---
I will soon commit the equivalent of (for all versions of clang)
--- Code: --- <Command name="LinkExe"
value="$linker $libdirs -o $exe_output $link_objects $link_resobjects $link_options $libs"/>
--- End code ---
if there are no reported issues with it.
edison:
--- Quote from: Alpha on October 30, 2014, 02:32:45 am ---I will soon commit the equivalent of (for all versions of clang)
--- Code: --- <Command name="LinkExe"
value="$linker $libdirs -o $exe_output $link_objects $link_resobjects $link_options $libs"/>
--- End code ---
if there are no reported issues with it.
--- End quote ---
This will cause a console window below the gui window, make it not a "GUI application".
Alpha:
--- Quote from: edison on October 30, 2014, 09:40:33 am ---This will cause a console window below the gui window, make it not a "GUI application".
--- End quote ---
Oh dear... flawed test cases. I am so embarrassed. :-[
I think I must be spending too much time under linux.
(Thank you.)
Navigation
[0] Message Index
[*] Previous page
Go to full version