Initial commit that can build a static library from recompiled functions

This commit is contained in:
Mr-Wiseguy
2023-02-19 03:28:39 -05:00
commit 7847975e57
9 changed files with 1309 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
#ifdef __clang__
#pragma clang diagnostic ignored "-Wunused-variable"
#pragma clang diagnostic ignored "-Wimplicit-function-declaration"
#endif