tools: Update common

This commit is contained in:
Léo Lam
2022-02-06 01:29:24 +01:00
parent 5071567731
commit 088739f111
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -43,5 +43,6 @@ perf.data.old
/toolchain/clang-*
tools/check
tools/listsym
tools/decompme
docs/build
+4
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"