diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-12 12:54:49 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-12 15:05:41 +0100 |
| commit | 1fec7e9fba5aace20e0b5c5463eca9c0d0692f51 (patch) | |
| tree | ff681a11559ffa0ce2f5e4fb7bc2653269f75000 /Makefile | |
| parent | 735e4e1c8f5b51480b801024fd4d142758644810 (diff) | |
Improve performance
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |