This commit is contained in:
刘可亮
2025-10-21 13:59:50 +08:00
parent 33c375efac
commit 3e10f578d3
7070 changed files with 998841 additions and 1402535 deletions

View File

@@ -6,6 +6,6 @@ path = [cwd]
src = Glob('*.c')
mycflags = ' -w'
group = DefineGroup('lwIP', src, depend = ['RT_USING_LWIP'], CPPPATH = path, CFLAGS = mycflags)
group = DefineGroup('lwIP', src, depend = ['RT_USING_LWIP'], CPPPATH = path, LOCAL_CFLAGS = mycflags)
Return('group')