diff options
Diffstat (limited to 'smash/Makefile')
| -rw-r--r-- | smash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |