Skip to content

Commit 42cb9e5

Browse files
Update README.md
1 parent b7449d8 commit 42cb9e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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++)
10+
cmake .. -DCMAKE_CXX_COMPILER=$(which clang++) -DCMAKE_BUILD_TYPE=Release
1111
cmake -build .
1212
```
1313

@@ -36,4 +36,4 @@ Modbus_TCP_client_shm [OPTION...]
3636
## Libraries
3737
This application uses the following libraries:
3838
- cxxopts by jarro2783 (https://github.com/jarro2783/cxxopts)
39-
- libmodbus by Stéphane Raimbault (https://github.com/stephane/libmodbus)
39+
- libmodbus by Stéphane Raimbault (https://github.com/stephane/libmodbus)

0 commit comments

Comments
 (0)