mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 07:35:45 +01:00
always compile as static library
This commit is contained in:
2
makefile
2
makefile
@@ -12,7 +12,7 @@ RUSTC := rustc
|
|||||||
CC := clang
|
CC := clang
|
||||||
CLANG := c
|
CLANG := c
|
||||||
CSTD := c17
|
CSTD := c17
|
||||||
CFLAGS := -Wall -Wextra -Wpedantic -Wno-pointer-arith
|
CFLAGS := -Wall -Wextra -Wpedantic -Wno-pointer-arith -static
|
||||||
LDFLAGS :=
|
LDFLAGS :=
|
||||||
DEBUG ?= 0
|
DEBUG ?= 0
|
||||||
ARCH ?= 0
|
ARCH ?= 0
|
||||||
|
|||||||
Reference in New Issue
Block a user