mirror of
https://gitee.com/openharmony/third_party_cups
synced 2024-11-27 03:50:24 +00:00
commit
d8df03d083
4
BUILD.gn
4
BUILD.gn
@ -252,6 +252,10 @@ config("cups_config") {
|
|||||||
"-Wno-int-conversion",
|
"-Wno-int-conversion",
|
||||||
"-D_FORTIFY_SOURCE=2",
|
"-D_FORTIFY_SOURCE=2",
|
||||||
"-fstack-protector-all",
|
"-fstack-protector-all",
|
||||||
|
"-fdata-sections",
|
||||||
|
"-ffunction-sections",
|
||||||
|
"-fno-asynchronous-unwind-tables",
|
||||||
|
"-fno-unwind-tables",
|
||||||
"-Os",
|
"-Os",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user