From b4f16386c70bfeab700e7cc129f2f04295aa0059 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Thu, 12 Jan 2023 23:40:59 -0500 Subject: vecteur est fomrmes sont finis --- config.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config.mk (limited to 'config.mk') diff --git a/config.mk b/config.mk new file mode 100644 index 0000000..adcbe37 --- /dev/null +++ b/config.mk @@ -0,0 +1,11 @@ + +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