Skip to content
Snippets Groups Projects
Commit 6a804cba authored by Dave Hylands's avatar Dave Hylands Committed by Paul Sokolovsky
Browse files

lib/utils/printf: Fix printf on release builds

When using newer glibc's the compiler automatically sets
_FORTIFY_SOURCE when building with -O1 and this causes
a special inlined version of printf to be declared which
then bypasses our version of printf.
parent 7b05b1b2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment