logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 6c61245c326b339b03a7bf97a935ebe425d9c2a5
parent 1b905f2b584bc34410529671e634c259220b6123
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 22 Oct 2024 19:51:20 +0200

profiles/base: Remove -ftrapv

Partially reverts commit 1b98f37caa332e63d8f09effeb21ecb096e3abc1

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 -ftrapv" +COMMON_FLAGS="-O2 -pipe -march=native -mtune=native -ggdb -Wall -fPIC" CFLAGS="${COMMON_FLAGS}" OBJCCFLAGS="${COMMON_FLAGS}" CXXFLAGS="${COMMON_FLAGS}"