mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-30 16:14:30 +08:00
Fix #3200 - Do not use -fstack-usage from parsed flags
This commit is contained in:
@@ -364,7 +364,7 @@ Execute(CFlags we dont want to pass):
|
||||
\ ale#c#ParseCFlags(
|
||||
\ ale#path#Simplify(g:dir. '/test_c_projects/makefile_project'),
|
||||
\ 'gcc -Wl,option -Wa,option -Wp,option filename.c somelib.a '
|
||||
\ . '-fdump-file=name -fdiagnostics-arg -fno-show-column'
|
||||
\ . '-fdump-file=name -fdiagnostics-arg -fno-show-column -fstack-usage'
|
||||
\ )
|
||||
|
||||
Execute(Expanding @file in CFlags):
|
||||
|
||||
Reference in New Issue
Block a user