From: Kevin Day Date: Sun, 7 Apr 2024 15:44:21 +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=1a253f03a852acd4ead914895c933dacf241d09e;p=controller Update: Remove -D_FORTIFY_SOURCE because several systems automatically add this and the screen is spammed with warnings. --- diff --git a/data/build/settings b/data/build/settings index 592c2c8..6510fdb 100644 --- a/data/build/settings +++ b/data/build/settings @@ -84,7 +84,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/settings.controller b/data/build/settings.controller index faaae85..756b6fc 100644 --- a/data/build/settings.controller +++ b/data/build/settings.controller @@ -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/settings.init b/data/build/settings.init index 71b4b1a..7021bbd 100644 --- a/data/build/settings.init +++ b/data/build/settings.init @@ -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