From 77104610fd3e6934adda556a0fa3756fabded26c Mon Sep 17 00:00:00 2001 From: stf <7o5rfu92t@ctrlc.hu> Date: Fri, 12 Jul 2024 16:16:54 +0200 Subject: [PATCH] [mod] remove futuristic cc params from makefile --- src/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/makefile b/src/makefile index cbba84a..4b4da05 100644 --- a/src/makefile +++ b/src/makefile @@ -18,8 +18,8 @@ ifeq ($(UNAME),Darwin) SOFLAGS=-Wl,-install_name,liboprf.$(SOEXT) else CFLAGS+=-Wl,-z,defs -Wl,-z,relro -Wl,-z,noexecstack -Wl,-z,now \ - -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error \ - -mbranch-protection=standard -fstrict-flex-arrays=3 + -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error + # -mbranch-protection=standard -fstrict-flex-arrays=3 SOEXT=so SOFLAGS=-Wl,-soname,libopaque.$(SOEXT).$(SOVER) endif