cmake编译链接参数 cmake编译链接参数cmake编译链接参数 cmake编译选项 GCC编译选项参数 添加-O0 -g,生成gdb的调试信息和不进行代码优化 【使用CMake组织C++工程】2:调试包不优化 [CMake解决c++11的phread库问题:undefined reference to `pthread_create’](https://blog.csdn.net/sandalpho 2023-04-21 cpp #gdb #git #log #tools #mm #net #pthread #thread
MakeFile MakeFile GNU Make项目管理 Makefile使用指南 Makefile教程:Makefile文件编写1天入门 Makefile 基础教程 跟我一起写Makefile Makefile编译与链接选项及CFLAGS与LDFLAGS示例说明_zhaoyun_zzz的专栏-CSDN博客_ldflags makefile中的CPPFLAGS LDFLAGS CFLAGS选项详解 2023-04-21 cpp #books #cpp #log #net
vscode-cmake vscode-cmake VS code 调试Cmake 工程: https://code.visualstudio.com/docs/cpp/faq-cpp https://github.com/MaskRay/ccls/wiki/Build VS Code中C/C++ 无法跳转到定义的解决办法 vscode使用compile_commands.json 生成compile_ 2023-04-21 cpp #cpp #git #log #mm #net
github-pages github-pageshttps://fluid-dev.github.io/hexo-fluid-docs/start/ [Hexo博客搭建]第4章Hexo图片显示问题-知乎(zhihu.com) Hexo功能增强插件-西西弗苏- SegmentFault思否 更换Hexo的网页图标/小图片Hexo change page favicon blog-dev/_config. 2023-04-21 git #git #log #net #fluid #hexo
git submodules git submodules更新 submodule 自动初始化并更新仓库中的每一个子模块, 包括可能存在的嵌套子模块。 方式1 1git clone --recurse-submodules https://github.com/realwujing/linux-learning.git 方式2 12git clone https://github.com/realwujing/linu 2023-04-21 git #assembly #cpp #git #linux #log #mm #net #modules #sync
使用工具qdbuscpp2xml从object.h生成XML文件 使用工具qdbuscpp2xml从object.h生成XML文件qdbuscpp2xml -M ../qdbus/test.h -o com.scorpio.test.xml 使用工具qdbusxml2cpp从XML文件生成继承自QDBusInterface的类#qdbusxml2cpp com.scorpio.test.xml -p valueInterface 生成两个文件 2023-04-21 cpp > qt-learning > dbus > proxy #cpp #dbus #proxy
std::thread "Hello world" std::thread “Hello world”下面是一个最简单的使用 std::thread 类的例子: 1234567891011121314#include <iostream> // std::cout#include <thread> // std::threadvoid thread_task() { std::cout << 2023-04-21 cpp > thread > hello_world #cpp #gdb #log #task #pthread #thread #hello_world