From d0bde3c60fa911ac0bb0f71ce2a6a963c874392e Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Fri, 13 Jan 2023 14:52:41 -0500 Subject: Everything works before validation --- config.mk | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 config.mk (limited to 'config.mk') diff --git a/config.mk b/config.mk deleted file mode 100644 index adcbe37..0000000 --- a/config.mk +++ /dev/null @@ -1,11 +0,0 @@ - -SHELL = /bin/bash - -# c++ compiler flags that are used for all targets: -# they make binaries faster and smaller -# -s : strips the binary -# -O3 : optimizes the binary -# -Ofast : optimizes the binary -# -march=native : optimizes the binary for the current CPU -# -flto : link time optimization -CFLAGS = -Ofast -march=native -flto -s -- cgit v1.2.3