aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2025-12-12 12:54:49 +0100
committerRuben Beltran del Rio <jj@r.bdr.sh>2025-12-12 15:05:41 +0100
commit1fec7e9fba5aace20e0b5c5463eca9c0d0692f51 (patch)
treeff681a11559ffa0ce2f5e4fb7bc2653269f75000 /Makefile
parent735e4e1c8f5b51480b801024fd4d142758644810 (diff)
Improve performance
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2050035..c1f8243 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
# ANSI C compatible library with clean build structure
CC ?= gcc
-CFLAGS_RELEASE = -ansi -pedantic -Wall -Wextra -O2 -fomit-frame-pointer
+CFLAGS_RELEASE = -ansi -pedantic -Wall -Wextra -O3 -march=native -fomit-frame-pointer
CFLAGS_DEBUG = -ansi -pedantic -Wall -Wextra -g -DDEBUG
# Build configuration