Skip to content

Commit 3756e21

Browse files
committed
移除不必要的编译选项
1 parent cd4b86b commit 3756e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function set_flag() {
2121
fi
2222
}
2323

24-
DEFAULT_CXXFLAGS="-std=c++11 -I ../include -shared -fPIC -s -O3 -ldl"
24+
DEFAULT_CXXFLAGS="-std=c++11 -I ../include -shared -fPIC -s -O3"
2525
DEFAULT_LDFLAGS=""
2626
DEFAULT_CXX=g++
2727

0 commit comments

Comments
 (0)