Skip to content

Commit d0b497c

Browse files
update build instructions
1 parent 42cb9e5 commit d0b497c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Modbus tcp client that stores its data (registers) in shared memory objects.
77
git submodule init
88
mkdir build
99
cd build
10-
cmake .. -DCMAKE_CXX_COMPILER=$(which clang++) -DCMAKE_BUILD_TYPE=Release
10+
cmake .. -DCMAKE_CXX_COMPILER=$(which clang++) -DCMAKE_BUILD_TYPE=Release -DCLANG_FORMAT=OFF
1111
cmake -build .
1212
```
1313

0 commit comments

Comments
 (0)