diff options
| author | Jean-François Milants <jf@codingfield.com> | 2022-09-17 21:17:01 +0200 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2022-09-17 21:25:54 +0200 |
| commit | 6ed8e983e96afea0fc42f06d43ff5927728d9f6b (patch) | |
| tree | e8695771e8fbc6308db7183c3c5f4ebf7f66efb6 /docker/build.sh | |
| parent | c853681d753c7ca8e2fe7bb22ca046f46ec47460 (diff) | |
Remove CMake targets and corresponding CLI arguments that are specific to the debugging environment (USE_JLINK, USE_OPENOCD and USE_GDB_CLIENT).
Diffstat (limited to 'docker/build.sh')
| -rwxr-xr-x | docker/build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docker/build.sh b/docker/build.sh index 58dcccc1..07e0d17e 100755 --- a/docker/build.sh +++ b/docker/build.sh @@ -63,7 +63,6 @@ CmakeGenerate() { -S "$SOURCES_DIR" \ -B "$BUILD_DIR" \ -DCMAKE_BUILD_TYPE=$BUILD_TYPE \ - -DUSE_OPENOCD=1 \ -DARM_NONE_EABI_TOOLCHAIN_PATH="$TOOLS_DIR/$GCC_ARM_PATH" \ -DNRF5_SDK_PATH="$TOOLS_DIR/$NRF_SDK_VER" \ -DBUILD_DFU=1 \ |
