diff --git a/source_codes/loops_tests/Makefile b/source_codes/loops_tests/Makefile
index 75f84c991b55660d30b00240129d0619b773b634..d7822ac93c5aaf6b38512758abde6dae01881871 100644
--- a/source_codes/loops_tests/Makefile
+++ b/source_codes/loops_tests/Makefile
@@ -1,5 +1,5 @@
 CC:=gcc
-SAN:=-fsanitize=address
+# SAN:=-fsanitize=address
 CFLAGS:=-Wall -Wextra -pedantic -g $(SAN)
 LDFLAGS:=-lm $(SAN)
 
diff --git a/source_codes/pointeurs/Makefile b/source_codes/pointeurs/Makefile
index 75f84c991b55660d30b00240129d0619b773b634..d7822ac93c5aaf6b38512758abde6dae01881871 100644
--- a/source_codes/pointeurs/Makefile
+++ b/source_codes/pointeurs/Makefile
@@ -1,5 +1,5 @@
 CC:=gcc
-SAN:=-fsanitize=address
+# SAN:=-fsanitize=address
 CFLAGS:=-Wall -Wextra -pedantic -g $(SAN)
 LDFLAGS:=-lm $(SAN)
 
diff --git a/source_codes/recursivity/Makefile b/source_codes/recursivity/Makefile
index 75f84c991b55660d30b00240129d0619b773b634..d7822ac93c5aaf6b38512758abde6dae01881871 100644
--- a/source_codes/recursivity/Makefile
+++ b/source_codes/recursivity/Makefile
@@ -1,5 +1,5 @@
 CC:=gcc
-SAN:=-fsanitize=address
+# SAN:=-fsanitize=address
 CFLAGS:=-Wall -Wextra -pedantic -g $(SAN)
 LDFLAGS:=-lm $(SAN)
 
diff --git a/source_codes/refactor_with_functions/Makefile b/source_codes/refactor_with_functions/Makefile
index 75f84c991b55660d30b00240129d0619b773b634..d7822ac93c5aaf6b38512758abde6dae01881871 100644
--- a/source_codes/refactor_with_functions/Makefile
+++ b/source_codes/refactor_with_functions/Makefile
@@ -1,5 +1,5 @@
 CC:=gcc
-SAN:=-fsanitize=address
+# SAN:=-fsanitize=address
 CFLAGS:=-Wall -Wextra -pedantic -g $(SAN)
 LDFLAGS:=-lm $(SAN)
 
diff --git a/source_codes/sorting/Makefile b/source_codes/sorting/Makefile
index 97109d9815036dde0ab442c1bbbd10b0e29c2e4b..36389c6b0a77faf226d0f2bb6d08b8329950b35c 100644
--- a/source_codes/sorting/Makefile
+++ b/source_codes/sorting/Makefile
@@ -1,5 +1,5 @@
 CC:=gcc
-SAN:=-fsanitize=address
+# SAN:=-fsanitize=address
 CFLAGS:=-Wall -Wextra -pedantic -g $(SAN)
 LDFLAGS:=-lm $(SAN)
 
diff --git a/source_codes/structures/Makefile b/source_codes/structures/Makefile
index 75f84c991b55660d30b00240129d0619b773b634..d7822ac93c5aaf6b38512758abde6dae01881871 100644
--- a/source_codes/structures/Makefile
+++ b/source_codes/structures/Makefile
@@ -1,5 +1,5 @@
 CC:=gcc
-SAN:=-fsanitize=address
+# SAN:=-fsanitize=address
 CFLAGS:=-Wall -Wextra -pedantic -g $(SAN)
 LDFLAGS:=-lm $(SAN)
 
diff --git a/source_codes/tableaux_1d/Makefile b/source_codes/tableaux_1d/Makefile
index 75f84c991b55660d30b00240129d0619b773b634..d7822ac93c5aaf6b38512758abde6dae01881871 100644
--- a/source_codes/tableaux_1d/Makefile
+++ b/source_codes/tableaux_1d/Makefile
@@ -1,5 +1,5 @@
 CC:=gcc
-SAN:=-fsanitize=address
+# SAN:=-fsanitize=address
 CFLAGS:=-Wall -Wextra -pedantic -g $(SAN)
 LDFLAGS:=-lm $(SAN)
 
diff --git a/source_codes/tableaux_2d/Makefile b/source_codes/tableaux_2d/Makefile
index 9a1970ea712640bab94cdb42935ab9525d4fc2c4..1807f163a56cc44d2cb81f2841833869313c4bf3 100644
--- a/source_codes/tableaux_2d/Makefile
+++ b/source_codes/tableaux_2d/Makefile
@@ -1,5 +1,5 @@
 CC:=gcc
-SAN:=-fsanitize=address
+# SAN:=-fsanitize=address
 CFLAGS:=-Wall -Wextra -pedantic -g $(SAN)
 LDFLAGS:=-lm $(SAN)