From 101c5b6de67011920725fbc578578f279650310a Mon Sep 17 00:00:00 2001 From: Klemek Date: Tue, 19 Aug 2025 12:29:36 +0000 Subject: [PATCH] faster compilation --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index a595ea5..5eab03e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ AUTOMAKE_OPTIONS = foreign subdir-objects -Wall bin_PROGRAMS = margen margen_SOURCES = src/main.c src/args.c src/bmp.c src/generator.c src/rand.c +margen_CFLAGS = -Ofast -march=native -flto -funroll-loops -fprefetch-loop-arrays -fno-exceptions -fopenmp include_HEADERS = src/main.h src/args.h src/bmp.h src/generator.h src/rand.h src/config.h src/types.h \ No newline at end of file