From 6d4cbbf1cc149d3924361dc7a326907cd9f8da6d Mon Sep 17 00:00:00 2001 From: yannickreiss Date: Thu, 19 Oct 2023 08:26:12 +0200 Subject: [PATCH] Change LDFLAGS --- UltiSnips/make.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UltiSnips/make.snippets b/UltiSnips/make.snippets index 2d2190b..a090906 100644 --- a/UltiSnips/make.snippets +++ b/UltiSnips/make.snippets @@ -40,7 +40,7 @@ if "ada" in t[2].split(' '): ASFLAGS = ${11:`!p if "asm" in t[2].split(' '): snip.rv = "-Wall"`} -LDFLAGS = ${12:--fatal-warnings} +LDFLAGS = ${12:-lc --fatal-warnings} CFDIR = ${13:`!p if "cl" in t[2].split(' '):