Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
seleniumhq
GitHub Repository: seleniumhq/selenium
Path: blob/trunk/cpp/linux-specific/BUILD.bazel
2867 views
cc_binary(
    name = "noblur64",
    srcs = glob([
        "*.c",
        "*.h",
    ]),
    copts = [
        "-Wall",
        "-shared",
        "-fPIC",
        "-Os",
        "-fshort-wchar",
        "-m64",
    ],
    linkshared = True,
)