Files
tinygo/targets
Ayke van Laethem 96b1b76483 all: use -Qunused-arguments only for assembly files
The -Qunused-arguments flag disables the warning where some flags are
not relevant to a compilation. This commonly happens when compiling
assembly files (.s or .S files) because some flags are specific to C and
not relevant to assembly.
Because practically all baremetal targets need some form of assembly,
this flag is added to most CFlags. This creates a lot of noise. And it
is also added for compiling C code where it might hide bugs (by hiding
the fact a flag is actually unused).

This commit adds the flag to all assembly compilations and removes them
from all target JSON files.
2021-04-14 09:17:54 +02:00
..
2021-04-12 11:03:13 +02:00
2020-06-30 20:48:42 +02:00
2020-06-30 20:48:42 +02:00
2021-02-11 10:50:29 +01:00
2021-02-11 10:50:29 +01:00
2020-09-09 19:17:11 +02:00
2021-03-04 15:46:05 +01:00
2021-03-04 15:46:05 +01:00
2021-01-24 16:46:21 +01:00
2018-10-06 13:04:14 +02:00
2019-11-16 21:57:18 +01:00
2020-10-20 19:13:43 +02:00
2020-10-20 19:13:43 +02:00
2018-10-18 15:07:06 +02:00
2020-12-15 06:51:35 +01:00
2020-07-13 12:35:53 +02:00
2020-02-18 23:34:56 +01:00
2020-02-18 23:34:56 +01:00
2020-02-18 23:34:56 +01:00
2020-02-18 23:34:56 +01:00
2021-03-28 21:38:05 +02:00
2021-03-28 21:38:05 +02:00
2020-11-15 16:19:51 +01:00
2020-11-15 16:19:51 +01:00
2020-01-06 11:53:43 +01:00
2021-03-21 10:00:43 +01:00
2020-03-26 23:03:55 +01:00
2018-09-22 01:51:44 +02:00
2020-12-15 06:51:35 +01:00
2021-03-23 08:33:59 +01:00
2020-07-08 21:58:15 +02:00
2020-11-11 18:34:47 +01:00
2020-11-15 16:19:51 +01:00