10 lines
312 B
Python
10 lines
312 B
Python
"""
|
|
THIS IS THE EXTERNAL-ONLY VERSION OF THIS FILE. G3 HAS ITS OWN.
|
|
|
|
This file contains customizable C++ defines.
|
|
|
|
The primary use case for this file is to have defines we can control when rolling into G3.
|
|
"""
|
|
|
|
EXTRA_DEFINES = [] # This should always be empty externally. Add new defines in //bazel/BUILD.bazel
|