Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tools: Update common
  • Loading branch information
leoetlino committed Feb 7, 2022
1 parent 5071567 commit 088739f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -43,5 +43,6 @@ perf.data.old
/toolchain/clang-*
tools/check
tools/listsym
tools/decompme

docs/build
4 changes: 4 additions & 0 deletions tools/config.toml
@@ -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"

0 comments on commit 088739f

Please sign in to comment.