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 672d49f commit 15f1198Copy full SHA for 15f1198
variables.mk
@@ -7,7 +7,7 @@ SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
7
8
# Common variables
9
10
-TONYHAX_VERSION=v1.4.1b
+TONYHAX_VERSION=v1.4.1
11
12
CC=mips-linux-gnu-gcc
13
CFLAGS=-O1 -Wall -Wextra -Wno-main -EL -march=r3000 -mabi=32 -mfp32 -mno-abicalls -fno-pic -fdata-sections -ffunction-sections -fno-builtin -nostdlib -DTONYHAX_VERSION=$(TONYHAX_VERSION)
0 commit comments