From 2da4aef2683dc9af4ff49435c8d021b6261d329b Mon Sep 17 00:00:00 2001 From: Dean Lee Date: Fri, 26 Jul 2024 04:10:36 +0800 Subject: [PATCH] scons: remove redundant -DSWAGLOG Flag (#33070) remove redundant_-DSWAGLOG Flag --- SConstruct | 1 - 1 file changed, 1 deletion(-) diff --git a/SConstruct b/SConstruct index 90fc5b5ee..329ebe330 100644 --- a/SConstruct +++ b/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')