Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {$IFDEF DEBUG}
- // Código quando compila como debug
- {$ELSE}
- // Código quando compila como release
- {$ENDIF}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement