mirror of
https://github.com/cheat/cheat.git
synced 2024-11-14 08:01:09 +01:00
Update gcc
This commit is contained in:
parent
4dd55105d2
commit
b348724082
1 changed files with 1 additions and 1 deletions
|
@ -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 <....>
|
||||
|
|
Loading…
Reference in a new issue