From e874ddb8cee278eded7611cecbc8b2b086e3d6c9 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 9 Jul 2023 16:01:17 +0300 Subject: add notes about compilation speed --- example/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/Makefile') diff --git a/example/Makefile b/example/Makefile index d9b0158..c5b3d9f 100644 --- a/example/Makefile +++ b/example/Makefile @@ -1,4 +1,4 @@ -CFLAGS = -Wall -Wextra -g -O2 +CFLAGS = -Wall -Wextra -g -O2 -fno-tree-fre -fno-gcse -fno-expensive-optimizations all: exec -- cgit v1.3