mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:43:36 +01:00
Clean up comments to be consistent with code.
llvm-svn: 37798
This commit is contained in:
parent
3b037fbe81
commit
79997f57c8
@ -260,8 +260,9 @@ else
|
|||||||
C.Flags += -D_DEBUG
|
C.Flags += -D_DEBUG
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# If DISABLE_EXPENSIVE_CHECKS=1 is specified (make command line or configured),
|
# If ENABLE_EXPENSIVE_CHECKS=1 is specified (make command line or
|
||||||
# then disable expensive checks by defining the appropriate preprocessor symbols.
|
# configured), then enable expensive checks by defining the
|
||||||
|
# appropriate preprocessor symbols.
|
||||||
ifdef ENABLE_EXPENSIVE_CHECKS
|
ifdef ENABLE_EXPENSIVE_CHECKS
|
||||||
BuildMode := $(BuildMode)+Checks
|
BuildMode := $(BuildMode)+Checks
|
||||||
CXX.Flags += -D_GLIBCXX_DEBUG
|
CXX.Flags += -D_GLIBCXX_DEBUG
|
||||||
|
Loading…
Reference in New Issue
Block a user