commit fd7369d0b842fe22cd668ff41d6c4eed3ea548a0 from: Benjamin Stürz date: Tue Jun 11 00:10:07 2024 UTC compile with -Wextra commit - 5218bf96a9cf008e4683c68ae848419336f16817 commit + fd7369d0b842fe22cd668ff41d6c4eed3ea548a0 blob - 9e149d28ac6c0edce644559a6645307e573e1329 blob + 7561b6e0eb05ea6fb1dc507ec5e7b4d01c95d937 --- Makefile +++ Makefile @@ -9,7 +9,7 @@ CROSS = ./tools/bin/${TARGET} include config.mk COPT = -g -O2 -CFLAGS = ${CFLAGS_OS} ${COPT} -std=c2x -Wall +CFLAGS = ${CFLAGS_OS} ${COPT} -std=c2x -Wall -Wextra LDFLAGS = ${LDFLAGS_OS} -lpthread OBJ = src/linurv.o src/ecall.o src/cpu.o src/exec.o