From: Noah Watkins Date: Tue, 29 Oct 2013 15:54:01 +0000 (-0700) Subject: make: increase maximum template recursion depth X-Git-Tag: v0.74~14^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c99cf265fd9ea223598e0b409b82ac1163c44041;p=ceph.git make: increase maximum template recursion depth With clang on OSX spirit blows up without this. Signed-off-by: Noah Watkins --- diff --git a/src/Makefile-env.am b/src/Makefile-env.am index 942ed78327cb..011307a6802f 100644 --- a/src/Makefile-env.am +++ b/src/Makefile-env.am @@ -74,6 +74,7 @@ AM_CPPFLAGS = $(AM_COMMON_CPPFLAGS) AM_CXXFLAGS = \ @AM_CXXFLAGS@ \ $(AM_COMMON_CFLAGS) \ + -ftemplate-depth-1024 \ -Wnon-virtual-dtor \ -Wno-invalid-offsetof if !CLANG