0
0
Fork 0
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:
Jason Volk 2020-10-29 02:01:34 -07:00
parent 2377a429ce
commit a6b3b3f80b

View file

@ -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