scons: remove redundant -DSWAGLOG Flag (#33070)

remove redundant_-DSWAGLOG Flag
old-commit-hash: 2da4aef268
pull/33302/head
Dean Lee 9 months ago committed by GitHub
parent 5b5e3ef053
commit 3be2c138b9
  1. 1
      SConstruct

@ -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')

Loading…
Cancel
Save