mirror of
https://github.com/zeldaret/ss
synced 2026-05-24 15:20:58 -04:00
add wchar flag for better clangd parsing
This commit is contained in:
@@ -194,6 +194,11 @@ config.reconfig_deps = []
|
||||
# Can be overridden in libraries or objects
|
||||
config.scratch_preset_id = None
|
||||
|
||||
# make wchar 16 bits
|
||||
config.extra_clang_flags = [
|
||||
"-fshort-wchar",
|
||||
]
|
||||
|
||||
# Base flags, common to most GC/Wii games.
|
||||
# Generally leave untouched, with overrides added below.
|
||||
cflags_base = [
|
||||
|
||||
Reference in New Issue
Block a user