Use -flto for all tools

This commit is contained in:
Rangi
2022-03-15 17:29:15 -04:00
parent 91fa3dd9b9
commit 1ba73f225c
2 changed files with 4 additions and 3 deletions

View File

@@ -5,6 +5,8 @@
#include <stdlib.h>
#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdnoreturn.h>
#include <inttypes.h>
#include <string.h>
#include <errno.h>