We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37762d commit b8f3805Copy full SHA for b8f3805
makefile
@@ -66,7 +66,7 @@ OUTDIR ?= $(OUTDIR_PREFIX)
66
TMPDIR ?= $(TMPDIR_PREFIX)
67
CFG ?= link.ld
68
69
-CFLAGS = -Os -ffast-math -flto -fnonreentrant -mreserve-zp=9 -std=gnu23 -Wall -Wextra
+CFLAGS = -flto -Os -ffast-math -fnonreentrant -mreserve-zp=9 -std=gnu23 -Wall -Wextra
70
71
ifneq ($(findstring build,$(MAKECMDGOALS)),)
72
ifeq ($(LEVELSET),)
0 commit comments