mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
update config name
This commit is contained in:
parent
ecc757a62d
commit
2972472d7c
2 changed files with 2 additions and 2 deletions
2
BUILD
2
BUILD
|
@ -12,7 +12,7 @@ config_setting(
|
|||
)
|
||||
|
||||
config_setting(
|
||||
name = "gflags_debug_build",
|
||||
name = "debug_build",
|
||||
values = {
|
||||
"compilation_mode": "dbg",
|
||||
},
|
||||
|
|
|
@ -99,7 +99,7 @@ def gflags_library(hdrs=[], srcs=[], threads=1):
|
|||
copts = copts,
|
||||
linkopts = linkopts,
|
||||
defines = select({
|
||||
"//:gflags_debug_build": ["GFLAGS_DEBUG_BUILD"],
|
||||
"//:debug_build": ["GFLAGS_DEBUG_BUILD"],
|
||||
"//conditions:default": []
|
||||
}),
|
||||
visibility = ["//visibility:public"],
|
||||
|
|
Loading…
Add table
Reference in a new issue