Skip to content
Snippets Groups Projects
Commit e3195686 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

typo

parent 9f696cba
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ int main() {
- Il existe une multitude d'options de compilation:
```bash
$ clang -O -std=c11 -Wall -Wextra -g porg.c -o prog
$ clang -O1 -std=c11 -Wall -Wextra -g porg.c -o prog
-fsanitize=address -fsanitize=leak -fsanitize=undefined
```
1. `-std=c11` utilisation de C11.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment