blob: 0fbbf2f8563aa96736ee65b3d32440f937870d52 [file] [log] [blame]
cc_binary {
name: "memcpy-perf",
cflags: [
"-g",
"-Wall",
"-Werror",
"-Wno-missing-field-initializers",
"-Wno-sign-compare",
"-O3",
],
srcs: [
"memcpy-perf.cpp",
"test-funcs.cpp",
],
static_executable: true,
stl: "libc++_static",
static_libs: ["libc"],
}