• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Compiling Can anyone explain me the difference between

Natan Beckman

Well-Known Member
Joined
Aug 1, 2010
Messages
548
Reaction score
54
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