Skip to content

Commit

Permalink
[mod] remove futuristic cc params from makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
stef committed Jul 12, 2024
1 parent 0d655c3 commit 7710461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7710461

Please sign in to comment.