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