File tree Expand file tree Collapse file tree 1 file changed +16
-19
lines changed
Expand file tree Collapse file tree 1 file changed +16
-19
lines changed Original file line number Diff line number Diff line change 33335 . ** 模块化设计** :通过` include ` 语句引入外部模块,支持` :: ` 命名空间访问符,实现代码复用与隔离。
34346 . ** 灵活数据类型** :涵盖精确数值类型(rational/irrational)、复合类型(数组/矩阵/结构体/模块)及匿名函数和C++函数,适配多样开发场景。
3535
36- ## Debug 输出控制(开发者说明)
37-
38- 在调试构建(Debug)中,符号化简器会输出额外的调试信息以便排查问题。控制方式如下:
39-
40- - 编译时:CMake 在 Debug 配置下会为目标定义宏 ` _SYMBOLIC_DEBUG=1 ` ,使得源码中的调试输出默认开启;在 Release 构建中默认关闭。
41- - 运行时:可以通过环境变量 ` LAMINA_SYMBOLIC_DEBUG ` 覆盖运行时行为:设置为 ` 1 ` 强制开启,设置为 ` 0 ` 强制关闭。如果未设置,则以编译时默认为准。
42-
43- 示例(PowerShell):
44- ``` powershell
45- # 在 Debug 构建中运行(默认开启):
46- cmake -B build -DCMAKE_BUILD_TYPE=Debug .
47- cmake --build build --config Debug --target lamina --parallel
48- .
49-
50- # 强制在任何构建下开启运行时调试输出:
51- $env:LAMINA_SYMBOLIC_DEBUG = '1'
52- .
53- ```
54-
36+ # 隐私政策
37+
38+ 除非用户或安装或操作该程序的人员明确要求,否则本核心程序不会将任何信息传输到其他联网系统或第三方。
39+
40+ # 赞助
41+
42+ <table >
43+ <tr>
44+ <td><img src="https://signpath.org/assets/logo.svg" alt="SignPath" width="200"></td>
45+ <td><a href="https://about.signpath.io/">SignPath.io</a> 提供免费代码签名服务,证书由 <a href="https://signpath.org/">SignPath 基金会</a> 颁发。</td>
46+ </tr>
47+ <tr>
48+ <td><img src="https://chuqiyun.com/static/images/logo2.png" alt="SignPath" width="100"></td>
49+ <td><a href="https://chuqiyun.com/aff/HNHKAJUX">初七云</a> 提供优秀的云服务。 给予 Lamina 网络服务强劲动力。</td>
50+ </tr>
51+ </table >
You can’t perform that action at this time.
0 commit comments