mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50:00 -06:00
Add -flto as link flag, also fix missing <string> include in main.cpp causing a build failure with gcc10
This commit is contained in:
@ -20,6 +20,7 @@
|
||||
#include <time.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <string>
|
||||
|
||||
#ifndef __WIN32__
|
||||
#include <glib.h>
|
||||
|
Reference in New Issue
Block a user