Skip to content

Commit 609a87f

Browse files
committed
Improve support for assembly programming
1 parent 9f8a221 commit 609a87f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

builder/frameworks/espidf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,6 @@ def prepare_build_envs(config, default_env, debug_allowed=True):
617617
build_env.AppendUnique(CPPDEFINES=defines, CPPPATH=includes)
618618
if sys_includes:
619619
build_env.Append(CCFLAGS=[("-isystem", inc) for inc in sys_includes])
620-
build_env.Append(ASFLAGS=build_env.get("CCFLAGS", [])[:])
621620
build_env.ProcessUnFlags(default_env.get("BUILD_UNFLAGS"))
622621
if is_build_type_debug:
623622
build_env.ConfigureDebugFlags()

0 commit comments

Comments
 (0)