tools: Update common

This commit is contained in:
Léo Lam 2022-02-06 01:29:24 +01:00
parent 5071567731
commit 088739f111
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
3 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@ -43,5 +43,6 @@ perf.data.old
/toolchain/clang-*
tools/check
tools/listsym
tools/decompme
docs/build

@ -1 +1 @@
Subproject commit 56095f91c0cf74e0f62e3b75371a65ee597ea94d
Subproject commit bd1e5f5d1282e6602655fddace9253629374da18

View File

@ -1,2 +1,6 @@
functions_csv = "data/uking_functions.csv"
build_target = "uking"
[decomp_me]
compiler_name = "clang-4.0.1"
default_compile_flags = "-x c++ -O3 -g2 -std=c++1z -fno-rtti -fno-exceptions -Wall -Wextra -fno-strict-aliasing"