We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7449d8 commit 42cb9e5Copy full SHA for 42cb9e5
README.md
@@ -7,7 +7,7 @@ Modbus tcp client that stores its data (registers) in shared memory objects.
7
git submodule init
8
mkdir build
9
cd build
10
-cmake .. -DCMAKE_CXX_COMPILER=$(which clang++)
+cmake .. -DCMAKE_CXX_COMPILER=$(which clang++) -DCMAKE_BUILD_TYPE=Release
11
cmake -build .
12
```
13
@@ -36,4 +36,4 @@ Modbus_TCP_client_shm [OPTION...]
36
## Libraries
37
This application uses the following libraries:
38
- cxxopts by jarro2783 (https://github.com/jarro2783/cxxopts)
39
-- libmodbus by Stéphane Raimbault (https://github.com/stephane/libmodbus)
+- libmodbus by Stéphane Raimbault (https://github.com/stephane/libmodbus)
0 commit comments