Skip to content

Commit fb8ea86

Browse files
committed
doc: fix filestore build command
1 parent bb122ce commit fb8ea86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud/filestore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ usermod -a -G kvm $USER
1616
To build run the following command from the repository root folder:
1717

1818
```bash
19-
./ya make -r -- cloud/filestore/buildall -D CFLAGS="-fno-omit-frame-pointer"
19+
./ya make -r -DCFLAGS="-fno-omit-frame-pointer" -- cloud/filestore/buildall
2020
```
2121
or
2222
```bash

0 commit comments

Comments
 (0)