From 1a253f03a852acd4ead914895c933dacf241d09e Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 7 Apr 2024 10:44:21 -0500 Subject: [PATCH] Update: Remove -D_FORTIFY_SOURCE because several systems automatically add this and the screen is spammed with warnings. --- data/build/settings | 1 - data/build/settings.controller | 1 - data/build/settings.init | 1 - 3 files changed, 3 deletions(-) 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 -- 1.8.3.1