GITLAB
sdardenn
/
ima3_projet_pa_2019
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
b2135db098ef48101fc71ba16b6cce69441467ac
Authored by
sdardenn
2019-05-05 20:53:01 +0200
1 parent
3354bff7
Update cflags
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Makefile
Inline
Side-by-side
Makefile
Wrap text
Show/Hide comments
View file @
b2135db
...
...
@@ -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
...
...