summaryrefslogtreecommitdiffstats
path: root/build/internal/essential.scons
diff options
context:
space:
mode:
Diffstat (limited to 'build/internal/essential.scons')
-rw-r--r--build/internal/essential.scons6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/internal/essential.scons b/build/internal/essential.scons
index 20dfdbb..1b5ddf3 100644
--- a/build/internal/essential.scons
+++ b/build/internal/essential.scons
@@ -12,6 +12,12 @@ env.Append(
CPPPATH = [
'$CHROME_SRC_DIR',
],
+ CCFLAGS = [
+ '$CHROMIUM_CC_OPT_FLAGS',
+ ],
+ LINKFLAGS = [
+ '$CHROMIUM_LINK_OPT_FLAGS',
+ ],
)
if env['PLATFORM'] == 'win32':