Lines Matching +full:- +full:werror
20 "-pipe",
21 "-std=c99",
22 "-D_POSIX_C_SOURCE=200809L",
23 "-Wall",
24 "-Wno-unused",
25 "-Wno-unused-function",
26 "-Wno-missing-braces",
27 "-Wno-overflow",
28 "-Wno-unknown-pragmas",
29 "-Wno-unsupported-floating-point-opt",
30 "-fno-builtin",
31 "-frounding-math",
32 "-Werror=implicit-function-declaration",
33 "-Werror=implicit-int",
34 "-Werror=pointer-sign",
35 "-Werror=pointer-arith",
36 "-g",
37 "-D_FILE_OFFSET_BITS=64",
49 part_name = "libc-test"
56 "-pipe",
57 "-std=c99",
58 "-D_POSIX_C_SOURCE=200809L",
59 "-Wall",
60 "-Wno-unused",
61 "-Wno-unused-function",
62 "-Wno-missing-braces",
63 "-Wno-overflow",
64 "-Wno-unknown-pragmas",
65 "-Wno-unsupported-floating-point-opt",
66 "-fno-builtin",
67 "-frounding-math",
68 "-Werror=implicit-function-declaration",
69 "-Werror=implicit-int",
70 "-Werror=pointer-sign",
71 "-Werror=pointer-arith",
72 "-Wno-error=unused-function",
73 "-g",
74 "-D_FILE_OFFSET_BITS=64",
77 ldflags = [ "-nostdlib" ]