scons: remove redundant -DSWAGLOG Flag (#33070)

remove redundant_-DSWAGLOG Flag
pull/33063/head^2
Dean Lee 9 months ago committed by GitHub
parent 75f49f84f3
commit 2da4aef268
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      SConstruct

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

Loading…
Cancel
Save