From dffe48ee9dec21e3dbcb374f938d747da8d66f12 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Tue, 14 Feb 2023 09:33:29 +0100 Subject: add set env variables --- smash/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smash/Makefile') diff --git a/smash/Makefile b/smash/Makefile index 0f90909..569ee21 100644 --- a/smash/Makefile +++ b/smash/Makefile @@ -1,6 +1,6 @@ SRC=$(wildcard *.c) OBJ=$(SRC:%.c=objects/%.o) -CFLAGS=-static -nostdlib -fno-stack-protector -Wno-implicit-function-declaration -fno-builtin -g +CFLAGS=-static -nostdlib -fno-stack-protector -Wno-implicit-function-declaration -fno-builtin -Wno-int-conversion -Wno-pointer-to-int-cast -g default_target: smash -- cgit v1.2.3-70-g09d2