mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Clean up comments to be consistent with code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37798 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1c01cf9baa
commit
cba291821d
@ -260,8 +260,9 @@ else
|
||||
C.Flags += -D_DEBUG
|
||||
endif
|
||||
|
||||
# If DISABLE_EXPENSIVE_CHECKS=1 is specified (make command line or configured),
|
||||
# then disable expensive checks by defining the appropriate preprocessor symbols.
|
||||
# If ENABLE_EXPENSIVE_CHECKS=1 is specified (make command line or
|
||||
# configured), then enable expensive checks by defining the
|
||||
# appropriate preprocessor symbols.
|
||||
ifdef ENABLE_EXPENSIVE_CHECKS
|
||||
BuildMode := $(BuildMode)+Checks
|
||||
CXX.Flags += -D_GLIBCXX_DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user