We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5ac959 commit 5720689Copy full SHA for 5720689
script/compile-program/customize.py
@@ -8,6 +8,7 @@ def preprocess(i):
8
q = '"' if os_info['platform'] == 'windows' else "'"
9
10
env = i['env']
11
+
12
CPPFLAGS = env.get('+ CPPFLAGS', [])
13
env['MLC_C_COMPILER_FLAGS'] = " ".join(env.get('+ CFLAGS', []) + CPPFLAGS)
14
env['MLC_CXX_COMPILER_FLAGS'] = " ".join(
0 commit comments