[llvm-branch-commits] [cfe-branch] r137379 - /cfe/branches/Apple/lemur-IB/Makefile

Ted Kremenek kremenek at apple.com
Thu Aug 11 15:44:39 PDT 2011


Author: kremenek
Date: Thu Aug 11 17:44:39 2011
New Revision: 137379

URL: http://llvm.org/viewvc/llvm-project?rev=137379&view=rev
Log:
Switch rewriter integration branch back to building Release builds.

Modified:
    cfe/branches/Apple/lemur-IB/Makefile

Modified: cfe/branches/Apple/lemur-IB/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/lemur-IB/Makefile?rev=137379&r1=137378&r2=137379&view=diff
==============================================================================
--- cfe/branches/Apple/lemur-IB/Makefile (original)
+++ cfe/branches/Apple/lemur-IB/Makefile Thu Aug 11 17:44:39 2011
@@ -24,7 +24,7 @@
 JOBS := $(NUMBER_OF_PROCESSORS)
 BUILD_COMMAND := "$(VCBUILD)"
 PARALLEL_ARGS := /M$(JOBS)
-TARGET := "Debug|Win32"
+TARGET := "Release|Win32"
 PROJ_EXT := vcproj
 
 else
@@ -37,7 +37,7 @@
 JOBS := 1
 BUILD_COMMAND := "$(MSBUILD)"
 PARALLEL_BUILD_ARGS := /maxcpucount:$(JOBS)
-TARGET := /p:Configuration=Debug /p:Platform=Win32
+TARGET := /p:Configuration=Release /p:Platform=Win32
 PROJ_EXT := vcxproj
 
 else





More information about the llvm-branch-commits mailing list