mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-18 01:35:44 +00:00
Use ENABLE_ASSERTIONS throughout.
llvm-svn: 93423
This commit is contained in:
parent
7c596d2b00
commit
56464738cc
@ -36,7 +36,7 @@ PREFIX = /usr/local
|
||||
|
||||
# Unless assertions are forced on in the GMAKE command line, enable them.
|
||||
ifndef ENABLE_ASSERTIONS
|
||||
LLVM_ASSERTIONS := yes
|
||||
ENABLE_ASSERTIONS := yes
|
||||
endif
|
||||
|
||||
# Default is optimized build.
|
||||
@ -59,7 +59,7 @@ install: $(OBJROOT) $(SYMROOT) $(DSTROOT)
|
||||
cd $(OBJROOT) && \
|
||||
$(SRC)/utils/buildit/build_llvm "$(RC_ARCHS)" "$(TARGETS)" \
|
||||
$(SRC) $(PREFIX) $(DSTROOT) $(SYMROOT) \
|
||||
$(LLVM_ASSERTIONS) $(LLVM_OPTIMIZED) \
|
||||
$(ENABLE_ASSERTIONS) $(LLVM_OPTIMIZED) \
|
||||
$(RC_ProjectSourceVersion) $(RC_ProjectSourceSubversion)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user