Add -flto as link flag, also fix missing <string> include in main.cpp causing a build failure with gcc10

This commit is contained in:
Nadia Holmquist Pedersen
2020-05-10 23:09:17 +02:00
parent d3f14b7a8b
commit 5c5d280dd5
3 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,7 @@
#include <time.h>
#include <stdio.h>
#include <string.h>
#include <string>
#ifndef __WIN32__
#include <glib.h>