Commit b2135db098ef48101fc71ba16b6cce69441467ac

Authored by sdardenn
1 parent 3354bff7

Update cflags

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
Makefile
... ... @@ -7,7 +7,7 @@ CC = clang
7 7 # "drapeau" en paramètres
8 8 # ajouter "-O0" si besoin d'utiliser valgrind
9 9 # -ggdb3 pour les information de debugging
10   -CFLAGS = -ggdb3 -O0 -Wall -Werror
  10 +CFLAGS = -ggdb3 -Wall -Werror
11 11  
12 12 # Nom de l'executable
13 13 EXE = correcteur
... ...