Skip to content

Commit ae22dd1

Browse files
committed
updated the ASYNC_READ to cxxflags in config file
1 parent 3bca196 commit ae22dd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

host/p2p_bandwidth/config.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
ifeq ($(ENABLE_ASYNC_FLOW), yes)
2-
LDFLAGS += -laio -DASYNC_READ
2+
LDFLAGS += -laio
3+
CXXFLAGS += -DASYNC_READ
34
endif

0 commit comments

Comments
 (0)