mirror of
https://github.com/fanlumaster/googlepinyinime-rev.git
synced 2025-07-18 17:08:00 +08:00
10 lines
394 B
YAML
10 lines
394 B
YAML
CompileFlags:
|
|
Add: [
|
|
"-std=c++17",
|
|
"-I/home/sonnycalcr/EDisk/TemplateCodes/LinuxCppTemplate/includes", # you should replace this to your own include path of this project
|
|
# -Wno-unused-value,
|
|
] # ignore some specific warnings
|
|
CompilationDatabase: build/ # Search build/ directory for compile_commands.json
|
|
# Diagnostics:
|
|
# UnusedIncludes: None # ignore unused includes
|