From b3487240827f8c78c431145c9df27682335e2a76 Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Wed, 13 Feb 2019 13:52:33 +0000 Subject: [PATCH] Update gcc --- cheat/cheatsheets/gcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheat/cheatsheets/gcc b/cheat/cheatsheets/gcc index 28a78c0..1ada6da 100644 --- a/cheat/cheatsheets/gcc +++ b/cheat/cheatsheets/gcc @@ -10,7 +10,7 @@ gcc -g # Debug with all symbols. gcc -ggdb3 -# Build for 64 bytes +# Build for 64 bits gcc -m64 # Include the directory {/usr/include/myPersonnal/lib/} to the list of path for #include <....>