diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-14 09:33:29 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-14 09:33:29 +0100 |
| commit | dffe48ee9dec21e3dbcb374f938d747da8d66f12 (patch) | |
| tree | f4a71f3ade01e2ece4dae580081a9834672911d5 /smash/Makefile | |
| parent | cf625ea48ac09b8b484f90e5971e2d8001aa76de (diff) | |
add set env variables
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 |