Skip to content

Commit 2a3b09d

Browse files
committed
.
1 parent 8ea9c3b commit 2a3b09d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,8 @@ ifeq ($(OS),$(filter $(OS),Linux GNU/kFreeBSD GNU OpenBSD FreeBSD DragonFly NetB
8585
LDFLAGS+=-lrt -lm
8686
endif
8787

88-
# compiler supports float16
89-
ifeq ($(FLOAT16),1)
90-
CFLAGS+=-DUSE_FLOAT16
91-
endif
9288
ifeq ($(STATIC),1)
89+
CFLAGS+=-D_STATIC
9390
LDFLAGS+=-static
9491
endif
9592

0 commit comments

Comments
 (0)