ref: 9a10cb34733a5a675ab4fabac68282bf26761969
parent: 75fb5f7ad01c46e20cb7cd29b0633a8775fe42cf
author: MHS <gek@katherine>
date: Sun Apr 11 11:18:30 EDT 2021
Automatic commit.
--- a/config.mk
+++ b/config.mk
@@ -11,7 +11,7 @@
#CFLAGS= -Wall -w -O3 -g -std=c99 -march=native -DNDEBUG
#extract the maximum possible performance from gcc.
-CFLAGS= -Wall -Warray-bounds=2 -Ofast -std=gnu99 -mtune=native -DNDEBUG -g -fopenmp
+CFLAGS= -Wall -Warray-bounds -Ofast -std=gnu99 -mtune=native -DNDEBUG -g -fopenmp
#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