From 361027eac6b8a3e9e4e88d6ec7f13e17e909f641 Mon Sep 17 00:00:00 2001 From: w0rp Date: Wed, 19 Aug 2020 01:04:08 +0100 Subject: Fix #3200 - Do not use -fstack-usage from parsed flags --- test/test_c_flag_parsing.vader | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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): -- cgit v1.2.3