xref: /aosp_15_r20/external/skia/example/external_client/custom_skia_config/copts.bzl (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1"""
2Clients can put their own compile flags here if desired.
3
4Select statements are supported.
5"""
6
7DEFAULT_COPTS = ["-std=c++17", "-Wno-psabi"]
8
9DEFAULT_OBJC_COPTS = []
10