Skip to content
Snippets Groups Projects
Commit 33fc557d authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Possible fix warning in xpprintf() about using a pointer after free.

If this *does* work, it means that potentially a huge chunk of our
error checking hasn't actually worked in release builds or builds
that use the FORTIFY option.
parent b05d0d82
Branches
Tags
1 merge request!455Update branch with changes from master
......@@ -481,6 +481,7 @@ else # RELEASE
# This also meant that -O3 wouldn't work either.
CFLAGS := -O3 -Wno-unused-result -fomit-frame-pointer -ffast-math -funroll-loops $(CFLAGS)
endif
CFLAGS += -fno-delete-null-pointer-checks
-include targets.mk
-include $(SRC_ROOT)/build/rules.mk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment