blob: 0fbbf2f8563aa96736ee65b3d32440f937870d52 [file] [log] [blame]
Dan Willemsen9f022b42018-05-09 16:26:42 -07001cc_binary {
2 name: "memcpy-perf",
3 cflags: [
4 "-g",
5 "-Wall",
6 "-Werror",
7 "-Wno-missing-field-initializers",
8 "-Wno-sign-compare",
9 "-O3",
10 ],
11 srcs: [
12 "memcpy-perf.cpp",
13 "test-funcs.cpp",
14 ],
15 static_executable: true,
16 stl: "libc++_static",
17 static_libs: ["libc"],
18}