From f37cce374cc9da243fc2babbea9a7051f15db80a Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Thu, 24 Oct 2024 23:10:31 +0200 Subject: Archive code into v1/ directory The code was written too fast and I deemed that it would be better to make a new draft. --- v1/compile_flags.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 v1/compile_flags.txt (limited to 'v1/compile_flags.txt') diff --git a/v1/compile_flags.txt b/v1/compile_flags.txt new file mode 100644 index 0000000..1a62790 --- /dev/null +++ b/v1/compile_flags.txt @@ -0,0 +1,5 @@ +-Wall +-Werror +-pedantic +-std=c99 +-O3 -- cgit v1.2.3