blob: e8fc49c91142821dc01e988a78b668bf3cb0e141 [file] [log] [blame]
def tflite_copts():
"""Defines common compile time flags for TFLite libraries."""
copts = [
"-DFARMHASH_NO_CXX_STRING",
"-Wno-sign-compare",
"-fno-exceptions", # Exceptions are unused in TFLite.
]
return copts