Displaying 1 result from an estimated 1 matches for "b0084kay".
2012 Jul 17
0
[LLVMdev] [cfe-dev] Curent svn build, generates llvm DEBUG builds
...t; xcore - XCore
>
> Why I get DEBUG builds?
It has been since r29020. :D
depends on definition of __OPTIMIZE__ .
Your llc.exe should be built with Release, if llc is bin/Release/llc.exe .
I won't find corresponding predefinitions in cl.exe.
http://msdn.microsoft.com/en-us/library/b0084kay(v=vs.100).aspx
Shall we suppress the line "DEBUG build." under cl.exe ?
...Takumi