shithub: tinygl

Download patch

ref: b7e50c61fac413c2e9c4d2dec9df7a8f2e0858b3
parent: 78f40b98dbd8ceb0e1bae3a88a89ff7919a6bda1
author: MHS <gek@katherine>
date: Sun Apr 11 17:30:05 EDT 2021

Automatic commit.

--- a/config.mk
+++ b/config.mk
@@ -11,7 +11,8 @@
 #CFLAGS= -Wall -w -O3 -g -std=c99 -march=native -DNDEBUG
 
 #extract the maximum possible performance from gcc.
-CFLAGS= -Wall -Warray-bounds -Ofast -std=gnu99 -mtune=native -DNDEBUG -g -fopenmp
+CFLAGS= -Wall -Ofast -std=gnu99 -DNDEBUG -fopenmp -mtune=native
+#CFLAGS= -Wall -Ofast -std=gnu99 -DNDEBUG -mtune=native
 #uncomment the following line for compiling the lib with tinyc
 #keep these flags for compiling with gcc if you are linking with tinygl compiled with tcc.
 #CFLAGS= -Wall -O3 -std=gnu99 -DNDEBUG -g