wscript: *prepend* CFLAGS and LINKFLAGS
commit88b70fcdd71bae67f0281d5752086a652a435bcd
authorNedko Arnaudov <nedko@nedk.org>
Fri, 5 May 2023 13:52:11 +0000 (5 16:52 +0300)
committerNedko Arnaudov <nedko@nedk.org>
Fri, 5 May 2023 13:52:57 +0000 (5 16:52 +0300)
tree5d968fd3c4ce9c35478fc2eaf277b21794c37790
parent3da9b8d6e737e7f7bccd202bb26e436233b80c39
wscript: *prepend* CFLAGS and LINKFLAGS

Appending new options at end of the array has unfortunate effect
of not allowing easy override of flags set in wscript.

This change makes add_cflag() and add_linkflag() prepend,
thus leaving the supplied during configure parameters
take precedence by being at the end of the parameter list.

Fix for [a386c3e] LDFLAGS is ignored
wscript