From 035ab590ec4b1fac00ba1faff7dda4e648bb41e1 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Mon, 15 Feb 2021 14:40:24 +0300 Subject: [PATCH] Reset -ftemplate-depth to normal It became obsolete. --- rpcs3/cmake_modules/ConfigureCompiler.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/rpcs3/cmake_modules/ConfigureCompiler.cmake b/rpcs3/cmake_modules/ConfigureCompiler.cmake index 3c6c6a7f4c..2ae78ecd88 100644 --- a/rpcs3/cmake_modules/ConfigureCompiler.cmake +++ b/rpcs3/cmake_modules/ConfigureCompiler.cmake @@ -25,7 +25,6 @@ else() add_compile_options(-Wall) add_compile_options(-fno-exceptions) add_compile_options(-fstack-protector) - add_compile_options(-ftemplate-depth=1024) add_compile_options(-msse -msse2 -mcx16) add_compile_options(-Werror=old-style-cast)