From 22c10e6cbb758edbbd9d7e82f2908d3f36ad2045 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 4 Apr 2022 23:59:15 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20des=20versions=20utilis=C3=A9s=20sur=20?= =?UTF-8?q?2nd=20PC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d2ccb3..ba3bca0 100644 --- a/README.md +++ b/README.md @@ -48,5 +48,5 @@ Une fois dans le projet, pour compiler le programme, utilisez `make`. --- ### Infos -- Testé avec `g++ (Debian 10.2.1-6) 10.2.1 20210110`. -- Débuggé avec `valgrind-3.16.1` (arguments utilisés : `--leak-check=full --show-leak-kinds=all --track-origins=yes -s`). +- Testé avec `g++ (Debian 10.2.1-6) 10.2.1 20210110` et `g++ (GCC) 11.2.0`. +- Débuggé avec `valgrind-3.16.1` et `valgrind-3.18.1` (arguments utilisés : `--leak-check=full --show-leak-kinds=all --track-origins=yes -s`).