search for: enable_release

Displaying 5 results from an estimated 5 matches for "enable_release".

2005 May 19
4
[LLVMdev] [Cygwin] llvm 'make install' build errors
...ted the RAM on this machine to 1GByte as the whole build > process takes over three hours. It would be good to workout how to do > non-debug builds as that would speed up the linking, which is particularly > slow. Yeah, cygwin's a bit of a pig. To do a release build, just do: make ENABLE_RELEASE=1 that's all there is to it. You might want to take a gander at http://llvm.cs.uiuc.edu/docs/MakefileGuide.html > > I don't want to be a slave driver but any thoughts on the groff error ???:) Nope, because I haven't seen it on the list. Can you repost? Reid -------------- n...
2005 May 19
0
[LLVMdev] [Cygwin] llvm 'make install' build errors
On Thu, May 19, 2005 at 02:50:54PM -0700, Reid Spencer wrote: > Yeah, cygwin's a bit of a pig. To do a release build, just do: > make ENABLE_RELEASE=1 Actually, it's "make ENABLE_OPTIMIZED=1". Perhaps it should also allow ENABLE_RELEASE=1 as a synonym. Note that if you run ./configure the usual way, you *always* have to run "make ENABLE_OPTIMIZED=1" to build, and if you ever run just "make" it will happily d...
2005 May 19
0
[LLVMdev] [Cygwin] llvm 'make install' build errors
...uld have my Linux laptop working but it is stuck with Fedora Core 1 386 build and is too damb slow with too little RAM (256MB), plus I have forgotten the password !!! Have to get Core 3 and some hand me down RAM from this machine when I update it. >To do a release build, just do: > make ENABLE_RELEASE=1 >that's all there is to it. Okay. >You might want to take a gander at >http://llvm.cs.uiuc.edu/docs/MakefileGuide.html okay >> I don't want to be a slave driver but any thoughts on the groff error >> ???:) >Nope, because I haven't seen it on the list. Can...
2005 May 19
0
[LLVMdev] [Cygwin] llvm 'make install' build errors
>Actually, I just found out why. Remove the space from the end of the >TOOLNAME line in llvm-ar and llvm-ranlib Makefiles. This is what's >causing it, there's a space between "llvm-ar" and ".exe" Ahh, great, thanks alot. I do not really feel upto looking into makefiles yet as I don't really know automake, configure scripts, etc, etc >I'll patch
2005 May 19
2
[LLVMdev] [Cygwin] llvm 'make install' build errors
Actually, I just found out why. Remove the space from the end of the TOOLNAME line in llvm-ar and llvm-ranlib Makefiles. This is what's causing it, there's a space between "llvm-ar" and ".exe" I'll patch the makefiles when UIUC's CVS server isn't so sluggish. Reid On Thu, 2005-05-19 at 13:45 -0700, Reid Spencer wrote: > The rules for building llvm-ar