Skip to content

Commit

Permalink
add _posts/2024-10-23-\346\234\211\347\224\250\347\232\204GCC\347\274…
Browse files Browse the repository at this point in the history
…\226\350\257\221\351\200\211\351\241\271\346\224\266\351\233\206.md
  • Loading branch information
hxf0223 committed Oct 23, 2024
1 parent 468cc96 commit ee73d8a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-05-15-Topology-and-Geometry-in-Open-CASCADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: OpenCascade拓扑与几何的关系
date: 2024-05-12 +0800 # 2022-01-01 13:14:15 +0800 只写日期也行;不写秒也行;这样也行 2022-03-09T00:55:42+08:00
categories: [OCCT]
tags: [OCCT] # TAG names should always be lowercase
tags: [occt] # TAG names should always be lowercase

# 以下默认false
math: true
Expand Down
15 changes: 15 additions & 0 deletions _posts/2024-10-23-有用的GCC编译选项收集.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: 有用的 GCC 编译选项收集
date: 2024-10-24 +0800 # 2022-01-01 13:14:15 +0800 只写日期也行;不写秒也行;这样也行 2022-03-09T00:55:42+08:00
categories: [gcc]
tags: [gcc, linux, perf] # TAG names should always be lowercase

# 以下默认false
math: true
mermaid: true
# pin: true
---

## 1. 编译选项 `-fverbose-asm` ##

`-fverbose-asm` 将编译信息(编译选项等等)、C源码中的变量名,以注释的形式嵌入到汇编代码中,便于分析。

0 comments on commit ee73d8a

Please sign in to comment.