ref: 9dda1aa6621c073a9ac165b6c989c654bcb4b444
parent: 74f67cc4a4bfcd51d91cd4e79e55bc2a2580e2b5
author: MHS <gek@katherine>
date: Sat Apr 10 14:52:57 EDT 2021
Automatic commit.
--- a/config.mk
+++ b/config.mk
@@ -10,7 +10,7 @@
#CFLAGS= -Wall -w -O3 -g -std=c99 -march=native -DNDEBUG
#extract the maximum possible performance from gcc.
-CFLAGS= -Wall -Warray-bounds=2 -O3 -std=gnu99 -mtune=native -DNDEBUG -g -fopenmp
+CFLAGS= -Wall -Warray-bounds=2 -O3 -std=c99 -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