Skip to content

Commit b859f6f

Browse files
authored
Merge pull request #4617 from cyk2018/patch-1
[Doc]Update user_manual.md for static linker
2 parents a63d711 + 95315f9 commit b859f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user_manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ int main(int argc, char* argv[])
159159
```
160160
161161
```
162-
gcc -o time_dgemm time_dgemm.c /your/path/libopenblas.a
162+
gcc -o time_dgemm time_dgemm.c /your/path/libopenblas.a -lpthread
163163
./time_dgemm <m> <n> <k>
164164
```
165165

0 commit comments

Comments
 (0)