logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://anongit.hacktivis.me/git/overlay.git/
commit: d5aef2147c5c47db58009172e1296bd054fe4028
parent 78c708e54730f9cf5db573289fdaac9e2d9512d1
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 10 Jan 2026 06:27:42 +0100

profiles/base: remove -Wwrite-strings from flags

partially reverts commit 07c13f7c469bd0af5592bc32fc3d074afc83d134

Diffstat:

Mprofiles/base/make.defaults2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults @@ -3,7 +3,7 @@ USE=" cacert cjk dane idn mandoc jumbo-build smp threads urandom iproute2 caps pic metric syslog " -COMMON_FLAGS="-O2 -pipe -march=native -mtune=native -ggdb -Wall -fPIC -frecord-gcc-switches -Wwrite-strings" +COMMON_FLAGS="-O2 -pipe -march=native -mtune=native -ggdb -Wall -fPIC -frecord-gcc-switches" CLANG_EXTRA_FLAGS="-Wno-error=incompatible-pointer-types-discards-qualifiers" CFLAGS="${COMMON_FLAGS} ${CLANG_EXTRA_FLAGS}" OBJCCFLAGS="${COMMON_FLAGS} ${CLANG_EXTRA_FLAGS}"