• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Can anyone explain me the difference between

Natan Beckman

Well-Known Member
Joined
Aug 1, 2010
Messages
548
Reaction score
52
Location
Teresina-PI/Br
Can anyone explain me the difference between:

# Config for 64Bits
Code:
#DEBUG_FLAGS="-O0 -march=native -fomit-frame-pointer"

Code:
#DEBUG_FLAGS="-O3 -march=native -fomit-frame-pointer"

O0 or O3?

I use Linux Ubuntu 13 64 bits
 
Back
Top