scons: remove redundant -DSWAGLOG Flag (#33070)

remove redundant_-DSWAGLOG Flag
This commit is contained in:
Dean Lee
2024-07-26 04:10:36 +08:00
committed by GitHub
parent 75f49f84f3
commit 2da4aef268

View File

@@ -169,7 +169,6 @@ if arch != "Darwin":
ldflags += ["-Wl,--as-needed", "-Wl,--no-undefined"]
# Enable swaglog include in submodules
cflags += ['-DSWAGLOG="\\"common/swaglog.h\\""']
cxxflags += ['-DSWAGLOG="\\"common/swaglog.h\\""']
ccflags_option = GetOption('ccflags')