mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 07:23:53 +01:00
include/ircd/Makefile: Set clang equiv of -fmax-errors.
This commit is contained in:
parent
2377a429ce
commit
a6b3b3f80b
1 changed files with 6 additions and 0 deletions
|
@ -32,6 +32,12 @@ AM_CXXFLAGS += -fmax-errors=2
|
|||
endif
|
||||
endif
|
||||
|
||||
if DEBUG
|
||||
if CLANG
|
||||
AM_CXXFLAGS += -ferror-limit=2
|
||||
endif
|
||||
endif
|
||||
|
||||
if GCC
|
||||
if LOWMEM_COMPILE
|
||||
LOWMEM_FLAGS= --param ggc-min-expand=1
|
||||
|
|
Loading…
Reference in a new issue