Skip to content

Commit 8110ea0

Browse files
Update README.md
1 parent c242bf5 commit 8110ea0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ git submodule init
88
git submodule update
99
mkdir build
1010
cd build
11-
cmake .. -DCMAKE_CXX_COMPILER=$(which clang++) -DCMAKE_BUILD_TYPE=Release -DCLANG_FORMAT=OFF
11+
cmake .. -DCMAKE_CXX_COMPILER=$(which clang++) -DCMAKE_BUILD_TYPE=Release -DCLANG_FORMAT=OFF -DCOMPILER_WARNINGS=OFF
1212
cmake --build .
1313
```
1414

15+
As an alternative to the ```git submodule``` commands, the ```--recursive``` option can be used with ```git clone```.
16+
1517
## Use
1618
```
1719
Modbus_RTU_client_shm [OPTION...]

0 commit comments

Comments
 (0)