ref: e3a77a397ff12d9022171ffcb1d3682ff6b60abb
parent: 6e3ff256482abf89a4a27a16e6a2273e6747de41
author: gek <6974902+gordonfreeman424@users.noreply.github.com>
date: Sat Jun 5 21:33:22 EDT 2021
Automatic commit.
--- a/config.mk
+++ b/config.mk
@@ -13,7 +13,9 @@
#CFLAGS= -Wall -w -O3 -g -std=c99 -march=native -DNDEBUG
#extract the maximum possible performance from gcc.
-CFLAGS= -Wall -Ofast -std=c99 -DNDEBUG -fopenmp -mtune=native -Wno-unused-function
+#CFLAGS= -Wall -Ofast -std=c99 -DNDEBUG -mtune=native -Wno-unused-function
+CFLAGS= -Wall -Ofast -std=c99 -DNDEBUG -mtune=native -fopenmp -Wno-unused-function
+#CFLAGS_LIB= -Wall -Ofast -std=c99 -pedantic -DNDEBUG -mtune=native -Wno-unused-function
CFLAGS_LIB= -Wall -Ofast -std=c99 -pedantic -DNDEBUG -fopenmp -mtune=native -Wno-unused-function
#CFLAGS= -Wall -Ofast -std=gnu99 -DNDEBUG -mtune=native
#uncomment the following line for compiling the lib with tinyc