Skip to content

Commit 3253dfd

Browse files
ensure cedev-config is compiled statically
1 parent ae2a416 commit 3253dfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/cedev-config/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
include $(CURDIR)/../../src/common.mk
1818

1919
CC = gcc
20-
CFLAGS = -Wall -Wextra -Wshadow -O3 -std=c99 -Isrc -DNDEBUG -DCEDEV_VERSION="\"$(CEDEV_VERSION)\"" -flto
21-
LDFLAGS = -flto
20+
CFLAGS = -Wall -Wextra -Wshadow -static -O3 -std=c99 -Isrc -DNDEBUG -DCEDEV_VERSION="\"$(CEDEV_VERSION)\"" -flto
21+
LDFLAGS = -flto -static
2222
LIBRARIES :=
2323

2424
ifeq ($(OS),Windows_NT)

0 commit comments

Comments
 (0)