sh 为Ubuntu 16.x设置调试符号。
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 为Ubuntu 16.x设置调试符号。相关的知识,希望对你有一定的参考价值。
#!/usr/bin/sh
# Debug symbols setup for Ubuntu 16.x
sudo -i
echo "deb http://ddebs.ubuntu.com $(lsb_release -cs) main restricted universe multiverse
deb http://ddebs.ubuntu.com $(lsb_release -cs)-updates main restricted universe multiverse
deb http://ddebs.ubuntu.com $(lsb_release -cs)-security main restricted universe multiverse
deb http://ddebs.ubuntu.com $(lsb_release -cs)-proposed main restricted universe multiverse" | \
tee -a /etc/apt/sources.list.d/ddebs.list
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 428D7C01 C8CAB6595FDFF622
apt-get update
以上是关于sh 为Ubuntu 16.x设置调试符号。的主要内容,如果未能解决你的问题,请参考以下文章
Ubuntu16.04 静态IP设置
sh Ubuntu设置为15.10
为VMware虚拟机内安装的Ubuntu 16.04设置静态IP地址
为VMware虚拟机内安装的Ubuntu 16.04设置静态IP地址
将“复制期间剥离调试符号”设置为 NO 后经常出现内存警告
带有 XCode 目标的 CMake,生成忽略发布配置的调试符号设置