diff options
author | Alexey Neyman <stilor@att.net> | 2022-02-08 10:42:06 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2022-02-11 00:47:51 -0800 |
commit | c320d220d65066688c80fffa7b85208e2bc06afc (patch) | |
tree | 7cd7e41c125bb689b9473045b5d73f60fbb2eccd /samples | |
parent | 7b97bdd825bd27dc433d69dfd2e50404947a2852 (diff) | |
download | crosstool-ng-c320d220d65066688c80fffa7b85208e2bc06afc.tar.gz crosstool-ng-c320d220d65066688c80fffa7b85208e2bc06afc.tar.bz2 crosstool-ng-c320d220d65066688c80fffa7b85208e2bc06afc.zip |
Turn off debugging in sample configuration
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/xtensa-fsf-elf/crosstool.config | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/samples/xtensa-fsf-elf/crosstool.config b/samples/xtensa-fsf-elf/crosstool.config index 2ddf9a0a..a13c4779 100644 --- a/samples/xtensa-fsf-elf/crosstool.config +++ b/samples/xtensa-fsf-elf/crosstool.config @@ -3,8 +3,6 @@ CT_OBSOLETE=y CT_EXPERIMENTAL=y CT_ALLOW_BUILD_AS_ROOT=y CT_ALLOW_BUILD_AS_ROOT_SURE=y -CT_DEBUG_CT=y -CT_DEBUG_CT_SAVE_STEPS=y CT_ARCH_XTENSA=y CT_MULTILIB=y CT_TARGET_CFLAGS="-mlongcalls" |