Change LDFLAGS

This commit is contained in:
Yannick Reiß 2023-10-19 08:26:12 +02:00
parent fd465720df
commit 6d4cbbf1cc
No known key found for this signature in database
GPG Key ID: 5A3AF456F0A0338C
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ if "ada" in t[2].split(' '):
ASFLAGS = ${11:`!p ASFLAGS = ${11:`!p
if "asm" in t[2].split(' '): if "asm" in t[2].split(' '):
snip.rv = "-Wall"`} snip.rv = "-Wall"`}
LDFLAGS = ${12:--fatal-warnings} LDFLAGS = ${12:-lc --fatal-warnings}
CFDIR = ${13:`!p CFDIR = ${13:`!p
if "cl" in t[2].split(' '): if "cl" in t[2].split(' '):