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

Ted Kremenek kremenek at apple.com
Thu Aug 4 12:01:31 PDT 2011


Author: kremenek
Date: Thu Aug  4 14:01:31 2011
New Revision: 136904

URL: http://llvm.org/viewvc/llvm-project?rev=136904&view=rev
Log:
Temporarily switch rewriter integration branch to use a Debug build to confirm the problems we are seeing on the buildbot are Releaes related.

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=136904&r1=136903&r2=136904&view=diff
==============================================================================
--- cfe/branches/Apple/lemur-IB/Makefile (original)
+++ cfe/branches/Apple/lemur-IB/Makefile Thu Aug  4 14:01:31 2011
@@ -24,7 +24,7 @@
 JOBS := $(NUMBER_OF_PROCESSORS)
 BUILD_COMMAND := "$(VCBUILD)"
 PARALLEL_ARGS := /M$(JOBS)
-TARGET := "RelWithDebInfo|Win32"
+TARGET := "Debug|Win32"
 PROJ_EXT := vcproj
 
 else
@@ -37,7 +37,7 @@
 JOBS := 1
 BUILD_COMMAND := "$(MSBUILD)"
 PARALLEL_BUILD_ARGS := /maxcpucount:$(JOBS)
-TARGET := /p:Configuration=RelWithDebInfo /p:Platform=Win32
+TARGET := /p:Configuration=Debug /p:Platform=Win32
 PROJ_EXT := vcxproj
 
 else





More information about the llvm-branch-commits mailing list