btw if theres interrest i also have a special build of the llvm-gcc compiler.
llvm is normally used on apple with there xcode compiler on windows theres not yet any ide for it (codeblocks wont work either)
so its commandline only.
the good thing about this compiler is the code checking and optimization options.
it works by outputting bytecode that the llvm-gcc frontend can then compile.
the llvm-gcc frontend is a rather old 4.2 gcc but that doesnt matter
since the heavy stuff will be taken care of by the llvm backend.
i have a darkplaces executable compiled with it if anyone wants to compare with other builds.