Skip to content

Commit

Permalink
Revert "build: Add -Wl,-z,cet-report=error"
Browse files Browse the repository at this point in the history
This reverts commit 46e5cd5.
  • Loading branch information
hebasto committed Aug 20, 2024
1 parent 609e169 commit bde59b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,6 @@ if test "$use_hardening" != "no"; then

AX_CHECK_COMPILE_FLAG([-fcf-protection=none -fcf-protection=full], [HARDENED_CXXFLAGS="$HARDENED_CXXFLAGS -fcf-protection=none -fcf-protection=full"])
HARDENED_CXXFLAGS="$HARDENED_CXXFLAGS -mcet-switch -mshstk"
HARDENED_LDFLAGS="$HARDENED_LDFLAGS -Wl,-z,cet-report=error"

case $host in
*mingw*)
Expand Down

0 comments on commit bde59b9

Please sign in to comment.