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

Ted Kremenek kremenek at apple.com
Wed Aug 3 17:37:39 PDT 2011


Author: kremenek
Date: Wed Aug  3 19:37:39 2011
New Revision: 136854

URL: http://llvm.org/viewvc/llvm-project?rev=136854&view=rev
Log:
Tweak rewriter build to include debug information in 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=136854&r1=136853&r2=136854&view=diff
==============================================================================
--- cfe/branches/Apple/lemur-IB/Makefile (original)
+++ cfe/branches/Apple/lemur-IB/Makefile Wed Aug  3 19:37:39 2011
@@ -24,7 +24,7 @@
 JOBS := $(NUMBER_OF_PROCESSORS)
 BUILD_COMMAND := "$(VCBUILD)"
 PARALLEL_ARGS := /M$(JOBS)
-TARGET := "Release|Win32"
+TARGET := "RelWithDebInfo|Win32"
 PROJ_EXT := vcproj
 
 else
@@ -37,7 +37,7 @@
 JOBS := 1
 BUILD_COMMAND := "$(MSBUILD)"
 PARALLEL_BUILD_ARGS := /maxcpucount:$(JOBS)
-TARGET := /p:Configuration=Release /p:Platform=Win32
+TARGET := /p:Configuration=RelWithDebInfo /p:Platform=Win32
 PROJ_EXT := vcxproj
 
 else





More information about the llvm-branch-commits mailing list