From 6ba67463efddccab1a0f6c68d3bfcb361a4a40ee Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 7 Apr 2024 10:43:48 -0500 Subject: [PATCH] Update: Remove -D_FORTIFY_SOURCE because several systems automatically add this and the screen is spammed with warnings. --- data/build/remove/settings | 1 - data/build/tacocat/settings | 1 - 2 files changed, 2 deletions(-) diff --git a/data/build/remove/settings b/data/build/remove/settings index 0474129..e12578e 100644 --- a/data/build/remove/settings +++ b/data/build/remove/settings @@ -80,7 +80,6 @@ defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses -Wno-missing-braces flags -fstack-clash-protection -fno-delete-null-pointer-checks -flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now flags-thread -pthread flags-clang -Wno-logical-op-parentheses diff --git a/data/build/tacocat/settings b/data/build/tacocat/settings index 91e2de2..a389d6a 100644 --- a/data/build/tacocat/settings +++ b/data/build/tacocat/settings @@ -82,7 +82,6 @@ defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses -Wno-missing-braces flags -fstack-clash-protection -fno-delete-null-pointer-checks -flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now flags-thread -pthread flags-clang -Wno-logical-op-parentheses -- 1.8.3.1