!433 fix: 去掉编译选项-fno-short-enums
Merge pull request !433 from kenneth/short_enum
This commit is contained in:
commit
746acf55e4
1
BUILD.gn
1
BUILD.gn
|
@ -195,7 +195,6 @@ config("misc_config") {
|
||||||
"-fdata-sections",
|
"-fdata-sections",
|
||||||
"-fno-exceptions",
|
"-fno-exceptions",
|
||||||
"-fno-omit-frame-pointer",
|
"-fno-omit-frame-pointer",
|
||||||
"-fno-short-enums",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
if (!defined(LOSCFG_COMPILER_CLANG_LLVM)) {
|
if (!defined(LOSCFG_COMPILER_CLANG_LLVM)) {
|
||||||
|
|
Loading…
Reference in New Issue