File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ function (cc_plugin_core)
102102 target_compile_options (${name} PRIVATE
103103 $<$<CXX_COMPILER_ID :MSVC >:/bigobj /wd4127 /wd5054 >
104104 $<$<CXX_COMPILER_ID :GNU >:-ftemplate -depth =2048 -fconstexpr -depth =4096 -Wno -unused -local -typedefs >
105- $<$<CXX_COMPILER_ID :Clang >:-ftemplate -depth =2048 -fconstexpr -depth =4096 -Wno -unused -local -typedefs >
105+ $<$<CXX_COMPILER_ID :Clang >:-ftemplate -depth =2048 -fconstexpr -depth =4096 -fbracket - depth =2048 - Wno -unused -local -typedefs >
106106 )
107107
108108endfunction ()
@@ -147,7 +147,7 @@ function (cc_plugin protocol has_config_widget)
147147 target_compile_options (${name} PRIVATE
148148 $<$<CXX_COMPILER_ID :MSVC >:/bigobj /wd4127 /wd5054 >
149149 $<$<CXX_COMPILER_ID :GNU >:-ftemplate -depth =2048 -fconstexpr -depth =4096>
150- $<$<CXX_COMPILER_ID :Clang >:-ftemplate -depth =2048 -fconstexpr -depth =4096>
150+ $<$<CXX_COMPILER_ID :Clang >:-ftemplate -depth =2048 -fconstexpr -depth =4096 - fbracket - depth =2048 >
151151 )
152152
153153 install (
You can’t perform that action at this time.
0 commit comments