From: Kevin Day Date: Sun, 7 Apr 2024 15:43:48 +0000 (-0500) Subject: Update: Remove -D_FORTIFY_SOURCE because several systems automatically add this and... X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=6ba67463efddccab1a0f6c68d3bfcb361a4a40ee;p=kevux-tools Update: Remove -D_FORTIFY_SOURCE because several systems automatically add this and the screen is spammed with warnings. --- 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