We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc4b05 commit 3d95aa4Copy full SHA for 3d95aa4
script/compile-program/customize.py
@@ -8,7 +8,6 @@ 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