We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76075e3 commit ef1280fCopy full SHA for ef1280f
buildrules
@@ -130,6 +130,7 @@ CFLAGS-crypt = -O3 -fexpensive-optimizations
130
# This is necessary to avoid optimizing the sequence of malloc/memset
131
# to a call to calloc in its own implementation
132
CFLAGS-calloc.c = -fno-builtin
133
+CFLAGS-syscall.c = -std=gnu11
134
# These source come from ... you know where
135
DEFS-xbootparam_prot.c = -Wno-unused
136
DEFS-xmount.c = -Wno-unused
0 commit comments