Skip to content

Commit 4280160

Browse files
committed
Update 2024-08-24-c++ 三方库如何编译优化.md
1 parent 094ba1b commit 4280160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2024-08-24-c++ 三方库如何编译优化.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: c++ 三方库如何编译优化
33
date: 2024-08-24 18:18:18 +0800
44
categories: c++
5-
tags:
5+
tags: 3rd
66
---
77

88
`spdlog``nlohmann/json`这样的仅标头(header-only)库因其易用性和便捷性而广受欢迎,但它们在大型项目中可能会带来编译时间和生成文件体积膨胀的问题。以下是针对这些库的优化策略:

0 commit comments

Comments
 (0)