From 87c62274e330fa7520dd4fe4812b48841df245b9 Mon Sep 17 00:00:00 2001 From: Eddy Ashton Date: Tue, 15 Feb 2022 16:08:09 +0000 Subject: [PATCH] Remove Debug= lines from oe_sign.conf (#3554) --- samples/apps/logging/oe_sign.conf | 2 +- samples/apps/nobuiltins/oe_sign.conf | 2 +- src/apps/js_generic/oe_sign.conf | 2 +- src/apps/js_v8/oe_sign.conf | 2 +- src/apps/tpcc/app/oe_sign.conf | 1 + 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/samples/apps/logging/oe_sign.conf b/samples/apps/logging/oe_sign.conf index 0e4c1d0f7..668529b6d 100644 --- a/samples/apps/logging/oe_sign.conf +++ b/samples/apps/logging/oe_sign.conf @@ -4,4 +4,4 @@ NumStackPages=1024 NumTCS=8 ProductID=1 SecurityVersion=1 -Debug=1 \ No newline at end of file +# The Debug setting is automatically inserted by sign_app_library in CMake, to build both debuggable and non-debuggable variants diff --git a/samples/apps/nobuiltins/oe_sign.conf b/samples/apps/nobuiltins/oe_sign.conf index 0e4c1d0f7..668529b6d 100644 --- a/samples/apps/nobuiltins/oe_sign.conf +++ b/samples/apps/nobuiltins/oe_sign.conf @@ -4,4 +4,4 @@ NumStackPages=1024 NumTCS=8 ProductID=1 SecurityVersion=1 -Debug=1 \ No newline at end of file +# The Debug setting is automatically inserted by sign_app_library in CMake, to build both debuggable and non-debuggable variants diff --git a/src/apps/js_generic/oe_sign.conf b/src/apps/js_generic/oe_sign.conf index 9dbd95856..018d6071c 100644 --- a/src/apps/js_generic/oe_sign.conf +++ b/src/apps/js_generic/oe_sign.conf @@ -4,4 +4,4 @@ NumStackPages=1024 NumTCS=8 ProductID=1 SecurityVersion=1 -Debug=0 +# The Debug setting is automatically inserted by sign_app_library in CMake, to build both debuggable and non-debuggable variants diff --git a/src/apps/js_v8/oe_sign.conf b/src/apps/js_v8/oe_sign.conf index 9dbd95856..018d6071c 100644 --- a/src/apps/js_v8/oe_sign.conf +++ b/src/apps/js_v8/oe_sign.conf @@ -4,4 +4,4 @@ NumStackPages=1024 NumTCS=8 ProductID=1 SecurityVersion=1 -Debug=0 +# The Debug setting is automatically inserted by sign_app_library in CMake, to build both debuggable and non-debuggable variants diff --git a/src/apps/tpcc/app/oe_sign.conf b/src/apps/tpcc/app/oe_sign.conf index 8d675d9e9..14b6a005a 100644 --- a/src/apps/tpcc/app/oe_sign.conf +++ b/src/apps/tpcc/app/oe_sign.conf @@ -4,3 +4,4 @@ NumStackPages=1024 NumTCS=8 ProductID=1 SecurityVersion=1 +# The Debug setting is automatically inserted by sign_app_library in CMake, to build both debuggable and non-debuggable variants