提交 1cfa4192 编写于 作者: R Ryan Dahl

Disable warning on linux.

上级 b809a82f
......@@ -755,6 +755,9 @@ component("ring_primitives") {
"$ring_root/pregenerated/x86_64-mont-elf.S",
"$ring_root/pregenerated/x86_64-mont5-elf.S",
]
# Disable warning: '_GNU_SOURCE' macro redefined
cflags = [ "-Wno-macro-redefined" ]
}
if (is_win) {
libs = [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册