Skip to content

Commit 265bca0

Browse files
verify linux bash refactory
1 parent a41dee6 commit 265bca0

38 files changed

Lines changed: 3734 additions & 3529 deletions

scripts/build_helpers/build_deploy_config.ini.template

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ generator=Makefile
99
# Toolchain to use
1010
toolchain=linux/gcc
1111

12+
# Build type: Release for CI/production
13+
# Debug - No optimization (-O0), full debug info (-g)
14+
# Release - Maximum optimization (-O3), minimal debug info
15+
# RelWithDebInfo - Optimization (-O2) + full debug info
16+
build_type=Release
17+
1218
[paths]
1319
# Source directory (relative to project root, use "." for root)
1420
source=.

scripts/build_helpers/build_develop_config.ini.template

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ generator=Unix Makefiles
99
# Toolchain to use
1010
toolchain=linux/gcc
1111

12+
# Build type: Release for CI/production
13+
# Debug - No optimization (-O0), full debug info (-g)
14+
# Release - Maximum optimization (-O3), minimal debug info
15+
# RelWithDebInfo - Optimization (-O2) + full debug info
16+
build_type=Debug
17+
1218
[paths]
1319
# Source directory (relative to project root, use "." for root)
1420
source=.

scripts/build_helpers/ci_build_entry.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)