diff options
author | w0rp <devw0rp@gmail.com> | 2020-08-19 01:04:08 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2020-08-19 01:04:08 +0100 |
commit | 361027eac6b8a3e9e4e88d6ec7f13e17e909f641 (patch) | |
tree | f9ef995eaf932465154ba0e7da956e1f3ce673c8 /test/test_c_flag_parsing.vader | |
parent | 794224aafa6968dd635a96b66ddf218dfdea38d8 (diff) | |
download | ale-361027eac6b8a3e9e4e88d6ec7f13e17e909f641.zip |
Fix #3200 - Do not use -fstack-usage from parsed flags
Diffstat (limited to 'test/test_c_flag_parsing.vader')
-rw-r--r-- | test/test_c_flag_parsing.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_c_flag_parsing.vader b/test/test_c_flag_parsing.vader index dff19aa3..5f52264e 100644 --- a/test/test_c_flag_parsing.vader +++ b/test/test_c_flag_parsing.vader @@ -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): |