Update gcc

This commit is contained in:
Sergey Avseyev 2019-02-13 13:52:33 +00:00 committed by GitHub
parent 4dd55105d2
commit b348724082
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 <....>