From 99d896598f373162e6bad3ea8e1511adc9a459e8 Mon Sep 17 00:00:00 2001 From: tokumeiwokiboushimasu Date: Sat, 7 Jul 2018 13:47:54 +0900 Subject: [PATCH 1/3] Update Makefile.sdl1 --- sdl/Makefile.sdl1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdl/Makefile.sdl1 b/sdl/Makefile.sdl1 index d6a81b1..681a31a 100644 --- a/sdl/Makefile.sdl1 +++ b/sdl/Makefile.sdl1 @@ -28,7 +28,7 @@ NAME = gen_sdl CC = gcc -CFLAGS = `sdl-config --cflags` -march=i686 -O6 -fomit-frame-pointer -Wall -Wno-strict-aliasing -ansi -std=c99 -pedantic-errors +CFLAGS = `sdl-config --cflags` -march=native -O6 -fomit-frame-pointer -Wall -Wno-strict-aliasing -ansi -std=c99 -pedantic-errors #-g -ggdb -pg #-fomit-frame-pointer #LDFLAGS = -pg From e658f3abe0e86ca623a7041c4b8b9f91c03748ad Mon Sep 17 00:00:00 2001 From: tokumeiwokiboushimasu Date: Sat, 7 Jul 2018 13:49:04 +0900 Subject: [PATCH 2/3] Update Makefile.sdl2 --- sdl/Makefile.sdl2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdl/Makefile.sdl2 b/sdl/Makefile.sdl2 index 557e59c..ac5c497 100644 --- a/sdl/Makefile.sdl2 +++ b/sdl/Makefile.sdl2 @@ -28,7 +28,7 @@ NAME = gen_sdl2 CC = gcc -CFLAGS = `sdl2-config --cflags` -march=i686 -O6 -fomit-frame-pointer -Wall -Wno-strict-aliasing -ansi -std=c99 -pedantic-errors +CFLAGS = `sdl2-config --cflags` -march=native -O6 -fomit-frame-pointer -Wall -Wno-strict-aliasing -ansi -std=c99 -pedantic-errors #-g -ggdb -pg #-fomit-frame-pointer #LDFLAGS = -pg From fb670d1bf47fb1e48e0e61171f1eb35129564036 Mon Sep 17 00:00:00 2001 From: tokumeiwokiboushimasu Date: Sat, 7 Jul 2018 13:49:47 +0900 Subject: [PATCH 3/3] Update osd.h --- sdl/osd.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sdl/osd.h b/sdl/osd.h index f22ddb6..ca2e426 100644 --- a/sdl/osd.h +++ b/sdl/osd.h @@ -7,7 +7,6 @@ #include #include -#include #include #include "main.h"