From 2a3b09de1471af172e030fe350a7abc9fd1f18f8 Mon Sep 17 00:00:00 2001 From: x Date: Wed, 7 Jun 2023 13:33:03 +0200 Subject: [PATCH] . --- makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/makefile b/makefile index 6c4f966..52b8445 100644 --- a/makefile +++ b/makefile @@ -85,11 +85,8 @@ ifeq ($(OS),$(filter $(OS),Linux GNU/kFreeBSD GNU OpenBSD FreeBSD DragonFly NetB LDFLAGS+=-lrt -lm endif -# compiler supports float16 -ifeq ($(FLOAT16),1) -CFLAGS+=-DUSE_FLOAT16 -endif ifeq ($(STATIC),1) +CFLAGS+=-D_STATIC LDFLAGS+=-static endif