Skip to content
Snippets Groups Projects
Commit 25a1ae1a 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 67f387d5
No related branches found
No related tags found
No related merge requests found
Pipeline #5714 passed
......@@ -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