diff --git a/makefile b/makefile index 1ea2a77..8229d30 100644 --- a/makefile +++ b/makefile @@ -12,7 +12,7 @@ RUSTC := rustc CC := clang CLANG := c CSTD := c17 -CFLAGS := -Wall -Wextra -Wpedantic -Wno-pointer-arith +CFLAGS := -Wall -Wextra -Wpedantic -Wno-pointer-arith -static LDFLAGS := DEBUG ?= 0 ARCH ?= 0