File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
benchmarks/holoscan_flow_benchmarking Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,7 @@ This script saves the original `cpp` files in a `*.cpp.bak` file.
45
45
2 . ** Build the application**
46
46
47
47
```
48
- $ ./run build <application name> <other options> \
49
- --configure-args -DCMAKE_CXX_FLAGS=-I$PWD/benchmarks/holoscan_flow_benchmarking
48
+ $ ./run build <application name> <other options> --benchmark
50
49
```
51
50
52
51
Please make sure to test that the application runs correctly after building it, and before going to
Original file line number Diff line number Diff line change @@ -566,6 +566,8 @@ build_desc() {
566
566
echo " Default: build"
567
567
echo " Associated environment variable: CMAKE_BUILD_PATH"
568
568
echo " --benchmark : Build for Holoscan Flow Benchmarking."
569
+ echo " Make sure the application is patched before"
570
+ echo " building with this option."
569
571
echo " --configure-args <extra_args> : Additional configuration arguments"
570
572
echo " multiple arguments can be passed between quotes"
571
573
echo " or using several --configure-args in the command line"
You can’t perform that action at this time.
0 commit comments