shithub: tinygl

Download patch

ref: d1a3af46aec4aa092151fb978f4c20d3fff5e644
parent: 3cb44ef2acf2d04e70aba81ed900d3de7ddb573f
author: David <gek@katherine>
date: Tue Feb 23 09:18:59 EST 2021

added mtune=native option to config mk

--- a/config.mk
+++ b/config.mk
@@ -2,6 +2,7 @@
 # C compiler
 
 CC= gcc
+#CFLAGS= -Wall -O3 -g -std=c99 -mtune=native -DNDEBUG
 CFLAGS= -Wall -O3 -g -std=c99 -march=native -DNDEBUG
 #CFLAGS= -Wall -O1 -g -std=c99 -Wno-undef -DNDEBUG
 LFLAGS=