Skip to content

Commit b8f3805

Browse files
committed
change order of build flags
1 parent e37762d commit b8f3805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ OUTDIR ?= $(OUTDIR_PREFIX)
6666
TMPDIR ?= $(TMPDIR_PREFIX)
6767
CFG ?= link.ld
6868

69-
CFLAGS = -Os -ffast-math -flto -fnonreentrant -mreserve-zp=9 -std=gnu23 -Wall -Wextra
69+
CFLAGS = -flto -Os -ffast-math -fnonreentrant -mreserve-zp=9 -std=gnu23 -Wall -Wextra
7070

7171
ifneq ($(findstring build,$(MAKECMDGOALS)),)
7272
ifeq ($(LEVELSET),)

0 commit comments

Comments
 (0)