!33 cups 内存优化

Merge pull request !33 from 袁洋/master
This commit is contained in:
openharmony_ci 2024-07-24 09:45:42 +00:00 committed by Gitee
commit d8df03d083
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -252,6 +252,10 @@ config("cups_config") {
"-Wno-int-conversion",
"-D_FORTIFY_SOURCE=2",
"-fstack-protector-all",
"-fdata-sections",
"-ffunction-sections",
"-fno-asynchronous-unwind-tables",
"-fno-unwind-tables",
"-Os",
]
}