Skip to content

Commit

Permalink
Optimization for speed instead of size
Browse files Browse the repository at this point in the history
  • Loading branch information
CornN64 committed Aug 28, 2020
1 parent 872182d commit 47f37b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/config.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#pragma GCC optimize ("O2")
#pragma once
#define PAL 0
#define NTSC 1
Expand Down
2 changes: 1 addition & 1 deletion src/nofrendo/nes6502.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
** NES custom 6502 (2A03) CPU implementation
** $Id: nes6502.c,v 1.2 2001/04/27 14:37:11 neil Exp $
*/

#pragma GCC optimize ("O3")

#include "noftypes.h"
#include "nes6502.h"
Expand Down

0 comments on commit 47f37b6

Please sign in to comment.