From a7807d16c3310f543a1e58e3ae78464eaa05dfe2 Mon Sep 17 00:00:00 2001 From: Kartatz <105828205+Kartatz@users.noreply.github.com> Date: Thu, 30 May 2024 15:19:43 -0300 Subject: [PATCH] Update to GCC 14.1.0 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 2cee0cd..91abbe2 100644 --- a/build.sh +++ b/build.sh @@ -152,7 +152,7 @@ cd "${mpc_directory}/build" --enable-shared \ --enable-static \ ${cross_compile_flags} \ - CFLAGS="${optflags}" \ + CFLAGS="${optflags} -fpermissive" \ CXXFLAGS="${optflags}" \ LDFLAGS="${linkflags}"