yeet
This commit is contained in:
27
node_modules/react-native/ReactCommon/microprofiler/BUCK
generated
vendored
Normal file
27
node_modules/react-native/ReactCommon/microprofiler/BUCK
generated
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
load("//tools/build_defs/oss:rn_defs.bzl", "GLOG_DEP", "cxx_library")
|
||||
|
||||
cxx_library(
|
||||
name = "microprofiler",
|
||||
srcs = [
|
||||
"MicroProfiler.cpp",
|
||||
],
|
||||
header_namespace = "microprofiler",
|
||||
exported_headers = [
|
||||
"MicroProfiler.h",
|
||||
],
|
||||
compiler_flags = [
|
||||
"-Wall",
|
||||
"-Werror",
|
||||
"-std=c++14",
|
||||
"-fexceptions",
|
||||
"-fno-data-sections",
|
||||
],
|
||||
fbobjc_labels = ["supermodule:ios/default/public.react_native.infra"],
|
||||
force_static = True,
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
deps = [
|
||||
GLOG_DEP,
|
||||
],
|
||||
)
|
Reference in New Issue
Block a user