notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d99e39
)
default to O3 for autovectorization
author
notaz
<notasas@gmail.com>
Mon, 17 Mar 2025 00:17:37 +0000
(
02:17
+0200)
committer
notaz
<notasas@gmail.com>
Mon, 17 Mar 2025 00:17:37 +0000
(
02:17
+0200)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
ef5e12e
..
46b57e4
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-12,7
+12,7
@@
ifneq ($(DEBUG)$(DEBUG_SYMS), 00)
CFLAGS += -ggdb
endif
ifneq ($(DEBUG), 1)
-CFLAGS += -O
2
+CFLAGS += -O
3
ifneq ($(ASSERTS), 1)
CFLAGS += -DNDEBUG
endif