Skip to content

Commit

Permalink
scons: remove redundant -DSWAGLOG Flag (commaai#33070)
Browse files Browse the repository at this point in the history
remove redundant_-DSWAGLOG Flag
  • Loading branch information
deanlee authored Jul 25, 2024
1 parent 75f49f8 commit 2da4aef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 2da4aef

Please sign in to comment.