Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4cc3047a6f | ||
|
|
f968708284 | ||
|
|
14a39381bb | ||
|
|
d2342b8829 | ||
|
|
2898d9d874 | ||
|
|
d961c9ec2d |
+80
-53
@@ -1,75 +1,102 @@
|
||||
# ---> Kotlin
|
||||
# Compiled class file
|
||||
# ============================================================
|
||||
# Build artifacts
|
||||
# ============================================================
|
||||
android/.gradle/
|
||||
android/app/.cxx/
|
||||
android/app/build/
|
||||
android/.kotlin/
|
||||
android/build/
|
||||
android/*/build/
|
||||
go/teamspeak/.opus/build/
|
||||
release/
|
||||
*.apk
|
||||
*.aab
|
||||
|
||||
# ============================================================
|
||||
# Android
|
||||
# ============================================================
|
||||
android/local.properties
|
||||
android/gradle/gradle-daemon-jvm.properties
|
||||
*.iml
|
||||
|
||||
# ============================================================
|
||||
# IDE — workspace/state files (local only)
|
||||
# ============================================================
|
||||
.idea/workspace.xml
|
||||
.idea/tasks.xml
|
||||
.idea/shelf/
|
||||
.idea/caches/
|
||||
.idea/modules/
|
||||
.idea/libraries/
|
||||
android/.idea/workspace.xml
|
||||
android/.idea/tasks.xml
|
||||
android/.idea/shelf/
|
||||
android/.idea/caches/
|
||||
android/.idea/modules/
|
||||
android/.idea/libraries/
|
||||
|
||||
# ============================================================
|
||||
# Kotlin / Java
|
||||
# ============================================================
|
||||
*.class
|
||||
|
||||
# Log file
|
||||
*.log
|
||||
|
||||
# BlueJ files
|
||||
*.ctxt
|
||||
|
||||
# Mobile Tools for Java (J2ME)
|
||||
.mtj.tmp/
|
||||
|
||||
# Package Files #
|
||||
*.jar
|
||||
*.war
|
||||
*.nar
|
||||
*.ear
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.rar
|
||||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
replay_pid*
|
||||
|
||||
# ---> Go
|
||||
# If you prefer the allow list template instead of the deny list, see community template:
|
||||
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
|
||||
#
|
||||
# Binaries for programs and plugins
|
||||
# ============================================================
|
||||
# Go
|
||||
# ============================================================
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Test binary, built with `go test -c`
|
||||
*.test
|
||||
|
||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.out
|
||||
|
||||
# Dependency directories (remove the comment below to include it)
|
||||
# vendor/
|
||||
|
||||
# Go workspace file
|
||||
go.work
|
||||
|
||||
# ---> Java
|
||||
# Compiled class file
|
||||
*.class
|
||||
|
||||
# Log file
|
||||
*.log
|
||||
|
||||
# BlueJ files
|
||||
*.ctxt
|
||||
|
||||
# Mobile Tools for Java (J2ME)
|
||||
.mtj.tmp/
|
||||
|
||||
# Package Files #
|
||||
*.jar
|
||||
*.war
|
||||
*.nar
|
||||
*.ear
|
||||
# ============================================================
|
||||
# Archives
|
||||
# ============================================================
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.rar
|
||||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
# ============================================================
|
||||
# Logs & crash dumps
|
||||
# ============================================================
|
||||
*.log
|
||||
hs_err_pid*
|
||||
replay_pid*
|
||||
|
||||
# ============================================================
|
||||
# OS files
|
||||
# ============================================================
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# ============================================================
|
||||
# Sensitive — DO NOT COMMIT
|
||||
# ============================================================
|
||||
keystore/
|
||||
*.jks
|
||||
*.keystore
|
||||
|
||||
# ============================================================
|
||||
# Reference SDK (not project source)
|
||||
# ============================================================
|
||||
docs/teamspeak-sdk-3.5.2/
|
||||
|
||||
# ============================================================
|
||||
# Session / tool files
|
||||
# ============================================================
|
||||
.ai/
|
||||
.claude/
|
||||
memory/
|
||||
plan/
|
||||
|
||||
# ============================================================
|
||||
# Misc
|
||||
# ============================================================
|
||||
test.txt
|
||||
|
||||
Generated
-2109
File diff suppressed because it is too large
Load Diff
Generated
-4
@@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module version="4">
|
||||
<component name="Go" enabled="true" />
|
||||
</module>
|
||||
Generated
-10
@@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="JAVA_MODULE" version="4">
|
||||
<component name="Go" enabled="true" />
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,2 +0,0 @@
|
||||
#Fri Jul 10 17:33:04 CST 2026
|
||||
gradle.version=8.11.1
|
||||
Binary file not shown.
@@ -1,2 +0,0 @@
|
||||
#Fri Jul 10 17:32:50 CST 2026
|
||||
java.home=D\:\\JetBrains\\Android Studio\\jbr
|
||||
Generated
-1965
File diff suppressed because it is too large
Load Diff
-2159
File diff suppressed because it is too large
Load Diff
-966
@@ -1,966 +0,0 @@
|
||||
{
|
||||
"inputs" :
|
||||
[
|
||||
{
|
||||
"path" : "CMakeLists.txt"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeDetermineSystem.cmake"
|
||||
},
|
||||
{
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/ndk/27.0.12077973/build/cmake/android.toolchain.cmake"
|
||||
},
|
||||
{
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/ndk/27.0.12077973/build/cmake/android-legacy.toolchain.cmake"
|
||||
},
|
||||
{
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/ndk/27.0.12077973/build/cmake/abis.cmake"
|
||||
},
|
||||
{
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/ndk/27.0.12077973/build/cmake/platforms.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Platform/Android-Determine.cmake"
|
||||
},
|
||||
{
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/ndk/27.0.12077973/build/cmake/hooks/pre/Android-Determine.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeSystem.cmake.in"
|
||||
},
|
||||
{
|
||||
"isGenerated" : true,
|
||||
"path" : "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeSystem.cmake"
|
||||
},
|
||||
{
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/ndk/27.0.12077973/build/cmake/android.toolchain.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeSystemSpecificInitialize.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Platform/Android-Initialize.cmake"
|
||||
},
|
||||
{
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/ndk/27.0.12077973/build/cmake/hooks/pre/Android-Initialize.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeDetermineCCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeDetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Platform/Android-Determine-C.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Platform/Android/Determine-Compiler.cmake"
|
||||
},
|
||||
{
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/ndk/27.0.12077973/build/cmake/hooks/pre/Determine-Compiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeDetermineCompilerId.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeCompilerIdDetection.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/ADSP-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/ARMClang-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/Borland-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/Bruce-C-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/Clang-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/Compaq-C-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/Cray-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/GHS-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/GNU-C-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/HP-C-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/IAR-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/Intel-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/MSVC-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/NVHPC-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/NVIDIA-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/PGI-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/PathScale-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/SCO-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/SDCC-C-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/SunPro-C-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/TI-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/Watcom-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/XL-C-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/XLClang-C-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/zOS-C-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeFindBinUtils.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/Clang-FindBinUtils.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeCCompiler.cmake.in"
|
||||
},
|
||||
{
|
||||
"isGenerated" : true,
|
||||
"path" : "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeDetermineCXXCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeDetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Platform/Android-Determine-CXX.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Platform/Android/Determine-Compiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeDetermineCompilerId.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeCompilerIdDetection.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/ADSP-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/ARMClang-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/Borland-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/Clang-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/Cray-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/GHS-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/HP-CXX-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/IAR-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/Intel-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/MSVC-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/NVHPC-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/NVIDIA-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/PGI-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/PathScale-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/SCO-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/TI-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/Watcom-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/XL-CXX-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeFindBinUtils.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/Clang-FindBinUtils.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeCXXCompiler.cmake.in"
|
||||
},
|
||||
{
|
||||
"isGenerated" : true,
|
||||
"path" : "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeSystemSpecificInformation.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeGenericSystem.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeInitializeConfigs.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Platform/Android.cmake"
|
||||
},
|
||||
{
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/ndk/27.0.12077973/build/cmake/hooks/pre/Android.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Platform/Linux.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Platform/UnixPaths.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeCInformation.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeLanguageInformation.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/Clang-C.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/Clang.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/GNU.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Platform/Android-Clang-C.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Platform/Android-Clang.cmake"
|
||||
},
|
||||
{
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/ndk/27.0.12077973/build/cmake/hooks/pre/Android-Clang.cmake"
|
||||
},
|
||||
{
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/ndk/27.0.12077973/build/cmake/flags.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeCommonLanguageInclude.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeTestCCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeTestCompilerCommon.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeDetermineCompilerABI.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeParseImplicitIncludeInfo.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeParseImplicitLinkInfo.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeParseLibraryArchitecture.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeTestCompilerCommon.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeCCompilerABI.c"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeDetermineCompileFeatures.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Internal/FeatureTesting.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeCCompiler.cmake.in"
|
||||
},
|
||||
{
|
||||
"isGenerated" : true,
|
||||
"path" : "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeCXXInformation.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeLanguageInformation.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/Clang-CXX.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Compiler/Clang.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Platform/Android-Clang-CXX.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Platform/Android-Clang.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeCommonLanguageInclude.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeTestCXXCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeTestCompilerCommon.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeDetermineCompilerABI.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeParseImplicitIncludeInfo.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeParseImplicitLinkInfo.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeParseLibraryArchitecture.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeTestCompilerCommon.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeCXXCompilerABI.cpp"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeDetermineCompileFeatures.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Internal/FeatureTesting.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeCXXCompiler.cmake.in"
|
||||
},
|
||||
{
|
||||
"isGenerated" : true,
|
||||
"path" : "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/CMakeFiles/3.22.1-g37088a8-dirty/CMakeCXXCompiler.cmake"
|
||||
},
|
||||
{
|
||||
"path" : "third_party/opus/CMakeLists.txt"
|
||||
},
|
||||
{
|
||||
"path" : "third_party/opus/cmake/OpusPackageVersion.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/FindGit.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/FindPackageMessage.cmake"
|
||||
},
|
||||
{
|
||||
"path" : "third_party/opus/cmake/OpusFunctions.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CheckIncludeFile.cmake"
|
||||
},
|
||||
{
|
||||
"path" : "third_party/opus/cmake/OpusBuildtype.cmake"
|
||||
},
|
||||
{
|
||||
"path" : "third_party/opus/cmake/OpusConfig.cmake"
|
||||
},
|
||||
{
|
||||
"path" : "third_party/opus/cmake/OpusFunctions.cmake"
|
||||
},
|
||||
{
|
||||
"path" : "third_party/opus/cmake/config.h.cmake.in"
|
||||
},
|
||||
{
|
||||
"path" : "third_party/opus/cmake/CFeatureCheck.cmake"
|
||||
},
|
||||
{
|
||||
"path" : "third_party/opus/cmake/vla.c"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CheckIncludeFile.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CheckIncludeFile.c.in"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CheckSymbolExists.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeConfigurableFile.in"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakePushCheckState.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CheckLibraryExists.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CheckFunctionExists.c"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeConfigurableFile.in"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeConfigurableFile.in"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CheckIncludeFile.c.in"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CheckCCompilerFlag.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CheckCSourceCompiles.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Internal/CheckSourceCompiles.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Internal/CheckCompilerFlag.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/Internal/CheckSourceCompiles.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CheckCCompilerFlag.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CheckCCompilerFlag.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CheckCCompilerFlag.cmake"
|
||||
},
|
||||
{
|
||||
"path" : "third_party/opus/cmake/OpusSources.cmake"
|
||||
},
|
||||
{
|
||||
"path" : "third_party/opus/cmake/OpusFunctions.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/GNUInstallDirs.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/CMakeDependentOption.cmake"
|
||||
},
|
||||
{
|
||||
"isCMake" : true,
|
||||
"isExternal" : true,
|
||||
"path" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/FeatureSummary.cmake"
|
||||
}
|
||||
],
|
||||
"kind" : "cmakeFiles",
|
||||
"paths" :
|
||||
{
|
||||
"build" : "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"source" : "E:/MyProject/ts-mobile-go/android/app/src/main/cpp"
|
||||
},
|
||||
"version" :
|
||||
{
|
||||
"major" : 1,
|
||||
"minor" : 0
|
||||
}
|
||||
}
|
||||
-104
@@ -1,104 +0,0 @@
|
||||
{
|
||||
"configurations" :
|
||||
[
|
||||
{
|
||||
"directories" :
|
||||
[
|
||||
{
|
||||
"build" : ".",
|
||||
"childIndexes" :
|
||||
[
|
||||
1
|
||||
],
|
||||
"hasInstallRule" : true,
|
||||
"jsonFile" : "directory-.-Debug-d0094a50bb2071803777.json",
|
||||
"minimumCMakeVersion" :
|
||||
{
|
||||
"string" : "3.6.0"
|
||||
},
|
||||
"projectIndex" : 0,
|
||||
"source" : ".",
|
||||
"targetIndexes" :
|
||||
[
|
||||
1
|
||||
]
|
||||
},
|
||||
{
|
||||
"build" : "opus-build",
|
||||
"hasInstallRule" : true,
|
||||
"jsonFile" : "directory-opus-build-Debug-88651ed9cb5a7b653bfd.json",
|
||||
"minimumCMakeVersion" :
|
||||
{
|
||||
"string" : "3.16"
|
||||
},
|
||||
"parentIndex" : 0,
|
||||
"projectIndex" : 1,
|
||||
"source" : "third_party/opus",
|
||||
"targetIndexes" :
|
||||
[
|
||||
0
|
||||
]
|
||||
}
|
||||
],
|
||||
"name" : "Debug",
|
||||
"projects" :
|
||||
[
|
||||
{
|
||||
"childIndexes" :
|
||||
[
|
||||
1
|
||||
],
|
||||
"directoryIndexes" :
|
||||
[
|
||||
0
|
||||
],
|
||||
"name" : "tsopus",
|
||||
"targetIndexes" :
|
||||
[
|
||||
1
|
||||
]
|
||||
},
|
||||
{
|
||||
"directoryIndexes" :
|
||||
[
|
||||
1
|
||||
],
|
||||
"name" : "Opus",
|
||||
"parentIndex" : 0,
|
||||
"targetIndexes" :
|
||||
[
|
||||
0
|
||||
]
|
||||
}
|
||||
],
|
||||
"targets" :
|
||||
[
|
||||
{
|
||||
"directoryIndex" : 1,
|
||||
"id" : "opus::@2ab3f06c54ff1393c1ba",
|
||||
"jsonFile" : "target-opus-Debug-2f3f9f7b2aeee48bcb85.json",
|
||||
"name" : "opus",
|
||||
"projectIndex" : 1
|
||||
},
|
||||
{
|
||||
"directoryIndex" : 0,
|
||||
"id" : "tsopus::@6890427a1f51a3e7e1df",
|
||||
"jsonFile" : "target-tsopus-Debug-4997a6bcb183f67aa0f8.json",
|
||||
"name" : "tsopus",
|
||||
"projectIndex" : 0
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"kind" : "codemodel",
|
||||
"paths" :
|
||||
{
|
||||
"build" : "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"source" : "E:/MyProject/ts-mobile-go/android/app/src/main/cpp"
|
||||
},
|
||||
"version" :
|
||||
{
|
||||
"major" : 2,
|
||||
"minor" : 3
|
||||
}
|
||||
}
|
||||
-14
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"backtraceGraph" :
|
||||
{
|
||||
"commands" : [],
|
||||
"files" : [],
|
||||
"nodes" : []
|
||||
},
|
||||
"installers" : [],
|
||||
"paths" :
|
||||
{
|
||||
"build" : ".",
|
||||
"source" : "."
|
||||
}
|
||||
}
|
||||
-59
@@ -1,59 +0,0 @@
|
||||
{
|
||||
"backtraceGraph" :
|
||||
{
|
||||
"commands" :
|
||||
[
|
||||
"install"
|
||||
],
|
||||
"files" :
|
||||
[
|
||||
"third_party/opus/CMakeLists.txt"
|
||||
],
|
||||
"nodes" :
|
||||
[
|
||||
{
|
||||
"file" : 0
|
||||
},
|
||||
{
|
||||
"command" : 0,
|
||||
"file" : 0,
|
||||
"line" : 602,
|
||||
"parent" : 0
|
||||
}
|
||||
]
|
||||
},
|
||||
"installers" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"component" : "Unspecified",
|
||||
"destination" : "lib",
|
||||
"paths" :
|
||||
[
|
||||
"opus-build/libopus.a"
|
||||
],
|
||||
"targetId" : "opus::@2ab3f06c54ff1393c1ba",
|
||||
"targetIndex" : 0,
|
||||
"type" : "target"
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"component" : "Unspecified",
|
||||
"destination" : "include/opus",
|
||||
"paths" :
|
||||
[
|
||||
"third_party/opus/include/opus.h",
|
||||
"third_party/opus/include/opus_defines.h",
|
||||
"third_party/opus/include/opus_multistream.h",
|
||||
"third_party/opus/include/opus_projection.h",
|
||||
"third_party/opus/include/opus_types.h"
|
||||
],
|
||||
"type" : "file"
|
||||
}
|
||||
],
|
||||
"paths" :
|
||||
{
|
||||
"build" : "opus-build",
|
||||
"source" : "third_party/opus"
|
||||
}
|
||||
}
|
||||
-92
@@ -1,92 +0,0 @@
|
||||
{
|
||||
"cmake" :
|
||||
{
|
||||
"generator" :
|
||||
{
|
||||
"multiConfig" : false,
|
||||
"name" : "Ninja"
|
||||
},
|
||||
"paths" :
|
||||
{
|
||||
"cmake" : "D:/Android/sdk/cmake/3.22.1/bin/cmake.exe",
|
||||
"cpack" : "D:/Android/sdk/cmake/3.22.1/bin/cpack.exe",
|
||||
"ctest" : "D:/Android/sdk/cmake/3.22.1/bin/ctest.exe",
|
||||
"root" : "D:/Android/sdk/cmake/3.22.1/share/cmake-3.22"
|
||||
},
|
||||
"version" :
|
||||
{
|
||||
"isDirty" : true,
|
||||
"major" : 3,
|
||||
"minor" : 22,
|
||||
"patch" : 1,
|
||||
"string" : "3.22.1-g37088a8-dirty",
|
||||
"suffix" : "g37088a8"
|
||||
}
|
||||
},
|
||||
"objects" :
|
||||
[
|
||||
{
|
||||
"jsonFile" : "codemodel-v2-84a3eacd53ec106575e3.json",
|
||||
"kind" : "codemodel",
|
||||
"version" :
|
||||
{
|
||||
"major" : 2,
|
||||
"minor" : 3
|
||||
}
|
||||
},
|
||||
{
|
||||
"jsonFile" : "cache-v2-b31bfa34c3c343ad305e.json",
|
||||
"kind" : "cache",
|
||||
"version" :
|
||||
{
|
||||
"major" : 2,
|
||||
"minor" : 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"jsonFile" : "cmakeFiles-v1-2da6ce21cdc54c2a8541.json",
|
||||
"kind" : "cmakeFiles",
|
||||
"version" :
|
||||
{
|
||||
"major" : 1,
|
||||
"minor" : 0
|
||||
}
|
||||
}
|
||||
],
|
||||
"reply" :
|
||||
{
|
||||
"client-agp" :
|
||||
{
|
||||
"cache-v2" :
|
||||
{
|
||||
"jsonFile" : "cache-v2-b31bfa34c3c343ad305e.json",
|
||||
"kind" : "cache",
|
||||
"version" :
|
||||
{
|
||||
"major" : 2,
|
||||
"minor" : 0
|
||||
}
|
||||
},
|
||||
"cmakeFiles-v1" :
|
||||
{
|
||||
"jsonFile" : "cmakeFiles-v1-2da6ce21cdc54c2a8541.json",
|
||||
"kind" : "cmakeFiles",
|
||||
"version" :
|
||||
{
|
||||
"major" : 1,
|
||||
"minor" : 0
|
||||
}
|
||||
},
|
||||
"codemodel-v2" :
|
||||
{
|
||||
"jsonFile" : "codemodel-v2-84a3eacd53ec106575e3.json",
|
||||
"kind" : "codemodel",
|
||||
"version" :
|
||||
{
|
||||
"major" : 2,
|
||||
"minor" : 3
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
-2261
File diff suppressed because it is too large
Load Diff
-140
@@ -1,140 +0,0 @@
|
||||
{
|
||||
"artifacts" :
|
||||
[
|
||||
{
|
||||
"path" : "E:/MyProject/ts-mobile-go/android/app/build/intermediates/cxx/Debug/73414y1y/obj/arm64-v8a/libtsopus.so"
|
||||
}
|
||||
],
|
||||
"backtrace" : 1,
|
||||
"backtraceGraph" :
|
||||
{
|
||||
"commands" :
|
||||
[
|
||||
"add_library",
|
||||
"target_link_libraries"
|
||||
],
|
||||
"files" :
|
||||
[
|
||||
"CMakeLists.txt"
|
||||
],
|
||||
"nodes" :
|
||||
[
|
||||
{
|
||||
"file" : 0
|
||||
},
|
||||
{
|
||||
"command" : 0,
|
||||
"file" : 0,
|
||||
"line" : 13,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 1,
|
||||
"file" : 0,
|
||||
"line" : 15,
|
||||
"parent" : 0
|
||||
}
|
||||
]
|
||||
},
|
||||
"compileGroups" :
|
||||
[
|
||||
{
|
||||
"compileCommandFragments" :
|
||||
[
|
||||
{
|
||||
"fragment" : "-g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC"
|
||||
}
|
||||
],
|
||||
"defines" :
|
||||
[
|
||||
{
|
||||
"define" : "tsopus_EXPORTS"
|
||||
}
|
||||
],
|
||||
"includes" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"path" : "E:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include"
|
||||
}
|
||||
],
|
||||
"language" : "CXX",
|
||||
"sourceIndexes" :
|
||||
[
|
||||
0
|
||||
],
|
||||
"sysroot" :
|
||||
{
|
||||
"path" : "D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot"
|
||||
}
|
||||
}
|
||||
],
|
||||
"dependencies" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"id" : "opus::@2ab3f06c54ff1393c1ba"
|
||||
}
|
||||
],
|
||||
"id" : "tsopus::@6890427a1f51a3e7e1df",
|
||||
"link" :
|
||||
{
|
||||
"commandFragments" :
|
||||
[
|
||||
{
|
||||
"fragment" : "-static-libstdc++ -Wl,--build-id=sha1 -Wl,--no-rosegment -Wl,--no-undefined-version -Wl,--fatal-warnings -Wl,--no-undefined -Qunused-arguments",
|
||||
"role" : "flags"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"fragment" : "opus-build\\libopus.a",
|
||||
"role" : "libraries"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"fragment" : "-llog",
|
||||
"role" : "libraries"
|
||||
},
|
||||
{
|
||||
"fragment" : "-lm",
|
||||
"role" : "libraries"
|
||||
},
|
||||
{
|
||||
"fragment" : "-latomic -lm",
|
||||
"role" : "libraries"
|
||||
}
|
||||
],
|
||||
"language" : "CXX",
|
||||
"sysroot" :
|
||||
{
|
||||
"path" : "D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot"
|
||||
}
|
||||
},
|
||||
"name" : "tsopus",
|
||||
"nameOnDisk" : "libtsopus.so",
|
||||
"paths" :
|
||||
{
|
||||
"build" : ".",
|
||||
"source" : "."
|
||||
},
|
||||
"sourceGroups" :
|
||||
[
|
||||
{
|
||||
"name" : "Source Files",
|
||||
"sourceIndexes" :
|
||||
[
|
||||
0
|
||||
]
|
||||
}
|
||||
],
|
||||
"sources" :
|
||||
[
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "opus_jni.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
}
|
||||
],
|
||||
"type" : "SHARED_LIBRARY"
|
||||
}
|
||||
Binary file not shown.
@@ -1,152 +0,0 @@
|
||||
# ninja log v5
|
||||
30 573 8059801988380911 opus-build/CMakeFiles/opus.dir/src/extensions.c.o e3eabbc765173163
|
||||
83 599 8059801989848454 opus-build/CMakeFiles/opus.dir/src/opus_encoder.c.o 2563fb1de3ca9c3
|
||||
108 626 8059801988964288 opus-build/CMakeFiles/opus.dir/src/opus_multistream.c.o 9a835612b3e11e03
|
||||
135 652 8059801989418422 opus-build/CMakeFiles/opus.dir/src/opus_multistream_decoder.c.o 49e2eb2d5bd1af8
|
||||
160 678 8059801989990625 opus-build/CMakeFiles/opus.dir/src/opus_multistream_encoder.c.o 8fbc982ad0eb44f1
|
||||
185 708 8059801989848454 opus-build/CMakeFiles/opus.dir/src/opus_projection_decoder.c.o 4468d29d5edfc994
|
||||
210 736 8059801990099745 opus-build/CMakeFiles/opus.dir/src/opus_projection_encoder.c.o 576597646a550d8b
|
||||
237 762 8059801990465528 opus-build/CMakeFiles/opus.dir/src/repacketizer.c.o c6d115b5b5f23265
|
||||
263 788 8059801990553456 opus-build/CMakeFiles/opus.dir/src/mapping_matrix.c.o ec69f59c7bfc32b4
|
||||
292 814 8059801991214579 opus-build/CMakeFiles/opus.dir/src/analysis.c.o 2150a074e4bafde3
|
||||
320 839 8059801990849707 opus-build/CMakeFiles/opus.dir/src/mlp_data.c.o f4af15ae4c8cbf60
|
||||
345 864 8059801991157932 opus-build/CMakeFiles/opus.dir/src/mlp.c.o 60170748d5d26ee5
|
||||
369 889 8059801991643632 opus-build/CMakeFiles/opus.dir/silk/CNG.c.o 628637a8194364b6
|
||||
394 913 8059801991899796 opus-build/CMakeFiles/opus.dir/silk/decode_core.c.o 98c440633e66a7eb
|
||||
421 938 8059801992060108 opus-build/CMakeFiles/opus.dir/silk/code_signs.c.o 79ef643ef46f870c
|
||||
446 963 8059801992288196 opus-build/CMakeFiles/opus.dir/silk/init_decoder.c.o 7d60a7b09c9a034d
|
||||
472 991 8059801992577683 opus-build/CMakeFiles/opus.dir/silk/decode_parameters.c.o b6e838e7403e2792
|
||||
497 1015 8059801992820092 opus-build/CMakeFiles/opus.dir/silk/decode_indices.c.o 6bf1da7f4baa4cb1
|
||||
523 1041 8059801993058338 opus-build/CMakeFiles/opus.dir/silk/decode_pulses.c.o 6d1e8fca9a331f5a
|
||||
547 1065 8059801993312129 opus-build/CMakeFiles/opus.dir/silk/decoder_set_fs.c.o 8081b1f0be91e642
|
||||
574 1090 8059801993600550 opus-build/CMakeFiles/opus.dir/silk/decode_frame.c.o 98184f25ec635b14
|
||||
600 1114 8059801994217598 opus-build/CMakeFiles/opus.dir/silk/enc_API.c.o d486edc31d2b5c5d
|
||||
626 1138 8059801994186961 opus-build/CMakeFiles/opus.dir/silk/encode_pulses.c.o 56035ad0f888338b
|
||||
652 1162 8059801994670844 opus-build/CMakeFiles/opus.dir/silk/dec_API.c.o 8985418629baf030
|
||||
678 1187 8059801994693322 opus-build/CMakeFiles/opus.dir/silk/gain_quant.c.o 362661cabe77ebf4
|
||||
709 1212 8059801994976808 opus-build/CMakeFiles/opus.dir/silk/encode_indices.c.o ad6af48a10d66300
|
||||
736 1236 8059801995178735 opus-build/CMakeFiles/opus.dir/silk/interpolate.c.o 53f7d94014753108
|
||||
2 1261 8059801994458084 CMakeFiles/tsopus.dir/opus_jni.cpp.o 87bb1bdc603eda4
|
||||
763 1287 8059801995459746 opus-build/CMakeFiles/opus.dir/silk/LP_variable_cutoff.c.o 9f7949299c55f846
|
||||
788 1312 8059801995841259 opus-build/CMakeFiles/opus.dir/silk/NSQ.c.o 39cfdd97f52cd15f
|
||||
814 1337 8059801996162367 opus-build/CMakeFiles/opus.dir/silk/PLC.c.o 32b42b4eaf6b6714
|
||||
839 1361 8059801996510323 opus-build/CMakeFiles/opus.dir/silk/NSQ_del_dec.c.o 16e50d6956beafff
|
||||
864 1384 8059801996458063 opus-build/CMakeFiles/opus.dir/silk/NLSF_decode.c.o ed209ebb26634124
|
||||
889 1409 8059801996724465 opus-build/CMakeFiles/opus.dir/silk/shell_coder.c.o 2f53499bd3012d12
|
||||
914 1433 8059801996942545 opus-build/CMakeFiles/opus.dir/silk/tables_NLSF_CB_WB.c.o ad992e22e028a24d
|
||||
939 1459 8059801997176583 opus-build/CMakeFiles/opus.dir/silk/tables_LTP.c.o ddc0de09bf11ca95
|
||||
964 1482 8059801997420053 opus-build/CMakeFiles/opus.dir/silk/tables_gain.c.o 6ca393540304157c
|
||||
991 1506 8059801997667863 opus-build/CMakeFiles/opus.dir/silk/tables_NLSF_CB_NB_MB.c.o eb48c921f26b3690
|
||||
1015 1530 8059801997937090 opus-build/CMakeFiles/opus.dir/silk/tables_other.c.o 669e8a139bfc7b9
|
||||
1041 1555 8059801998186963 opus-build/CMakeFiles/opus.dir/silk/process_NLSFs.c.o 4c858288220238c5
|
||||
1065 1579 8059801998450689 opus-build/CMakeFiles/opus.dir/silk/NLSF_encode.c.o 5027241d4126b45a
|
||||
1091 1603 8059801998709023 opus-build/CMakeFiles/opus.dir/silk/NLSF_del_dec_quant.c.o 479d11c0d444380c
|
||||
1114 1628 8059801998889610 opus-build/CMakeFiles/opus.dir/silk/NLSF_unpack.c.o 47d0bf82ff64a736
|
||||
1139 1653 8059801999128850 opus-build/CMakeFiles/opus.dir/silk/NLSF_VQ.c.o 34556094a5231c8f
|
||||
1163 1677 8059801999278366 opus-build/CMakeFiles/opus.dir/silk/control_audio_bandwidth.c.o 926d16deaaf19e22
|
||||
1187 1700 8059801999653193 opus-build/CMakeFiles/opus.dir/silk/quant_LTP_gains.c.o 14ee19a954e3393e
|
||||
1212 1724 8059801999962486 opus-build/CMakeFiles/opus.dir/silk/VAD.c.o 6d317c87a81a6551
|
||||
1236 1749 8059801999997971 opus-build/CMakeFiles/opus.dir/silk/tables_pitch_lag.c.o dd1ba4ac13c4e2b0
|
||||
1263 1775 8059802000379296 opus-build/CMakeFiles/opus.dir/silk/tables_pulses_per_block.c.o 1d6accffe764385a
|
||||
1287 1799 8059802000651322 opus-build/CMakeFiles/opus.dir/silk/VQ_WMat_EC.c.o 87203b28dc3e44f0
|
||||
1313 1824 8059802000911605 opus-build/CMakeFiles/opus.dir/silk/HP_variable_cutoff.c.o f44a041d7944398b
|
||||
1337 1849 8059802001133546 opus-build/CMakeFiles/opus.dir/silk/stereo_MS_to_LR.c.o 16354d61476a910
|
||||
1361 1873 8059802001462910 opus-build/CMakeFiles/opus.dir/silk/stereo_LR_to_MS.c.o 47bda067c870bbe8
|
||||
1385 1897 8059802001610741 opus-build/CMakeFiles/opus.dir/silk/control_SNR.c.o 398317187982791d
|
||||
1409 1922 8059802001850898 opus-build/CMakeFiles/opus.dir/silk/check_control_input.c.o 6e91f46997104328
|
||||
1433 1946 8059802002116429 opus-build/CMakeFiles/opus.dir/silk/A2NLSF.c.o 5242253d1d9978ab
|
||||
1459 1970 8059802002353660 opus-build/CMakeFiles/opus.dir/silk/init_encoder.c.o 63c97101124c0251
|
||||
1482 1994 8059802002690607 opus-build/CMakeFiles/opus.dir/silk/control_codec.c.o 83c59f993b7e17bf
|
||||
1506 2018 8059802002778283 opus-build/CMakeFiles/opus.dir/silk/ana_filt_bank_1.c.o 50818a38016a5ca8
|
||||
1530 2042 8059802003047390 opus-build/CMakeFiles/opus.dir/silk/biquad_alt.c.o 6141e2e29f115c73
|
||||
1555 2067 8059802003146558 opus-build/CMakeFiles/opus.dir/silk/bwexpander_32.c.o 663262cde958838b
|
||||
1579 2090 8059802003508554 opus-build/CMakeFiles/opus.dir/silk/bwexpander.c.o fce5d433c6b72332
|
||||
1604 2116 8059802003761557 opus-build/CMakeFiles/opus.dir/silk/lin2log.c.o e09b5d0070ccde5c
|
||||
1628 2140 8059802003997222 opus-build/CMakeFiles/opus.dir/silk/log2lin.c.o e77887d2721fc836
|
||||
1653 2163 8059802004223442 opus-build/CMakeFiles/opus.dir/silk/inner_prod_aligned.c.o 5a523750dcb00738
|
||||
1677 2187 8059802004491788 opus-build/CMakeFiles/opus.dir/silk/decode_pitch.c.o 9077dbc96d34e0f2
|
||||
1701 2212 8059802004533818 opus-build/CMakeFiles/opus.dir/silk/debug.c.o 5fa2aee279e4909c
|
||||
1725 2236 8059802004858215 opus-build/CMakeFiles/opus.dir/silk/table_LSF_cos.c.o 6a412b92b5014b77
|
||||
1750 2260 8059802005277185 opus-build/CMakeFiles/opus.dir/silk/LPC_inv_pred_gain.c.o 67418203a714f1a1
|
||||
1775 2284 8059802005477008 opus-build/CMakeFiles/opus.dir/silk/LPC_analysis_filter.c.o d409ad89a9197af7
|
||||
1800 2309 8059802005760546 opus-build/CMakeFiles/opus.dir/silk/NLSF2A.c.o 1d9506a516017076
|
||||
1824 2334 8059802005959574 opus-build/CMakeFiles/opus.dir/silk/NLSF_VQ_weights_laroia.c.o 92af46a0485d4304
|
||||
1849 2359 8059802006209965 opus-build/CMakeFiles/opus.dir/silk/sum_sqr_shift.c.o 1b8509dbc8ed6f2d
|
||||
1873 2384 8059802006461270 opus-build/CMakeFiles/opus.dir/silk/NLSF_stabilize.c.o 3614ae08b07357b5
|
||||
1897 2412 8059802006732575 opus-build/CMakeFiles/opus.dir/silk/resampler.c.o cacfdc907b740f91
|
||||
1922 2437 8059802006948536 opus-build/CMakeFiles/opus.dir/silk/resampler_down2_3.c.o f99ca42d67e5c963
|
||||
1946 2462 8059802007164220 opus-build/CMakeFiles/opus.dir/silk/pitch_est_tables.c.o d8d13e799b87a073
|
||||
1971 2486 8059802007419012 opus-build/CMakeFiles/opus.dir/silk/resampler_down2.c.o 9a392017d9fa6798
|
||||
1994 2510 8059802007647463 opus-build/CMakeFiles/opus.dir/silk/resampler_private_AR2.c.o 4cc763872559d4d0
|
||||
2019 2534 8059802007961645 opus-build/CMakeFiles/opus.dir/silk/resampler_private_down_FIR.c.o 859360777bc03355
|
||||
2043 2558 8059802008150466 opus-build/CMakeFiles/opus.dir/silk/sigm_Q15.c.o 36c0c945ced2df69
|
||||
2067 2583 8059802008398877 opus-build/CMakeFiles/opus.dir/silk/resampler_private_up2_HQ.c.o dc5b76df1233491b
|
||||
2091 2606 8059802008619863 opus-build/CMakeFiles/opus.dir/silk/resampler_rom.c.o df351fd28a7ae925
|
||||
2116 2630 8059802008899994 opus-build/CMakeFiles/opus.dir/silk/resampler_private_IIR_FIR.c.o 7d3972d8b0c6f3f3
|
||||
2140 2656 8059802009119118 opus-build/CMakeFiles/opus.dir/silk/sort.c.o 8dd224717cd3fe2a
|
||||
2164 2680 8059802009379584 opus-build/CMakeFiles/opus.dir/silk/stereo_encode_pred.c.o 5ecd5ee3a3e8ca91
|
||||
2188 2704 8059802009626914 opus-build/CMakeFiles/opus.dir/silk/stereo_quant_pred.c.o 3989e66866316e29
|
||||
2212 2727 8059802009910573 opus-build/CMakeFiles/opus.dir/silk/stereo_find_predictor.c.o 67c99520eaef7a3a
|
||||
2236 2751 8059802010137335 opus-build/CMakeFiles/opus.dir/silk/stereo_decode_pred.c.o 7c6c1b1b302ce0db
|
||||
2260 2776 8059802010436915 opus-build/CMakeFiles/opus.dir/celt/cwrs.c.o 6674a9a156c77f66
|
||||
2285 2800 8059802011187260 opus-build/CMakeFiles/opus.dir/celt/celt_decoder.c.o 41361bfd4b717b84
|
||||
2309 2824 8059802011539259 opus-build/CMakeFiles/opus.dir/celt/bands.c.o 946dff70d56fff95
|
||||
2334 2848 8059802012197688 opus-build/CMakeFiles/opus.dir/celt/celt_encoder.c.o eb01acc9c4f6787e
|
||||
2359 2872 8059802011402540 opus-build/CMakeFiles/opus.dir/silk/LPC_fit.c.o e15b636518a408ce
|
||||
2385 2896 8059802011740096 opus-build/CMakeFiles/opus.dir/celt/celt.c.o 27015d4b510dbf1d
|
||||
2412 2919 8059802011750888 opus-build/CMakeFiles/opus.dir/celt/entcode.c.o cf361fb0495acb04
|
||||
2437 2944 8059802012110092 opus-build/CMakeFiles/opus.dir/src/opus.c.o 51c36c5db443f672
|
||||
2462 2968 8059802012520366 opus-build/CMakeFiles/opus.dir/celt/vq.c.o 40861f521dc3914f
|
||||
2487 2992 8059802012630991 opus-build/CMakeFiles/opus.dir/silk/float/apply_sine_window_FLP.c.o 37a786bf7182c446
|
||||
2511 3016 8059802013008620 opus-build/CMakeFiles/opus.dir/celt/rate.c.o 592ff906ea96a108
|
||||
2534 3040 8059802013232618 opus-build/CMakeFiles/opus.dir/celt/celt_lpc.c.o 60b8f4b4f37bd7d3
|
||||
2559 3065 8059802013528897 opus-build/CMakeFiles/opus.dir/celt/quant_bands.c.o 47b9f393d5864603
|
||||
2583 3089 8059802013586972 opus-build/CMakeFiles/opus.dir/silk/float/find_LTP_FLP.c.o 16f0eddc34c91ad
|
||||
2607 3112 8059802013950882 opus-build/CMakeFiles/opus.dir/silk/float/encode_frame_FLP.c.o bd1adeca9c6d7844
|
||||
2631 3137 8059802014188780 opus-build/CMakeFiles/opus.dir/silk/float/find_pitch_lags_FLP.c.o d1c73fd34544473d
|
||||
2656 3162 8059802014359929 opus-build/CMakeFiles/opus.dir/silk/float/find_LPC_FLP.c.o d141c5bc1cd9ca2d
|
||||
2680 3187 8059802014572984 opus-build/CMakeFiles/opus.dir/silk/float/corrMatrix_FLP.c.o a53ff0ac1c13cb23
|
||||
2704 3211 8059802014809168 opus-build/CMakeFiles/opus.dir/silk/float/LTP_scale_ctrl_FLP.c.o d46fe2cae060608b
|
||||
2727 3236 8059802015090700 opus-build/CMakeFiles/opus.dir/silk/float/find_pred_coefs_FLP.c.o 8da89a2b3087cf6d
|
||||
2751 3260 8059802015318848 opus-build/CMakeFiles/opus.dir/silk/float/LTP_analysis_filter_FLP.c.o c5b55b32ea93bff4
|
||||
2776 3284 8059802015632808 opus-build/CMakeFiles/opus.dir/silk/float/noise_shape_analysis_FLP.c.o 42ad3a162fd427
|
||||
2800 3307 8059802015877485 opus-build/CMakeFiles/opus.dir/silk/float/LPC_analysis_filter_FLP.c.o 4945399dc2c41658
|
||||
2825 3333 8059802016030458 opus-build/CMakeFiles/opus.dir/celt/entdec.c.o f24b9e37f421719d
|
||||
2848 3359 8059802016265995 opus-build/CMakeFiles/opus.dir/celt/laplace.c.o 42194a2fc40b944b
|
||||
2872 3385 8059802016658437 opus-build/CMakeFiles/opus.dir/celt/kiss_fft.c.o 964a6eb72a0a9606
|
||||
2896 3409 8059802016722960 opus-build/CMakeFiles/opus.dir/celt/mathops.c.o ed1ade6fb99e4cf
|
||||
2919 3434 8059802017021907 opus-build/CMakeFiles/opus.dir/celt/entenc.c.o 2cc85c3d9acbe319
|
||||
2944 3457 8059802017396625 opus-build/CMakeFiles/opus.dir/celt/pitch.c.o 86ff8c9fb068d9db
|
||||
2969 3481 8059802017547525 opus-build/CMakeFiles/opus.dir/celt/modes.c.o b2fe7f81417e7625
|
||||
2992 3505 8059802017738948 opus-build/CMakeFiles/opus.dir/celt/mdct.c.o 28737f3a67fb3eae
|
||||
3016 3529 8059802018489799 opus-build/CMakeFiles/opus.dir/celt/arm/pitch_neon_intr.c.o bf10a48788677f97
|
||||
3040 3553 8059802018861458 opus-build/CMakeFiles/opus.dir/silk/arm/LPC_inv_pred_gain_neon_intr.c.o 756c93fa4af5800e
|
||||
3065 3576 8059802018379334 opus-build/CMakeFiles/opus.dir/celt/arm/arm_celt_map.c.o 3a28ab42a51351d5
|
||||
3089 3601 8059802019239810 opus-build/CMakeFiles/opus.dir/celt/arm/celt_neon_intr.c.o 6aeb8472bedc0be5
|
||||
3112 3625 8059802018928340 opus-build/CMakeFiles/opus.dir/silk/arm/arm_silk_map.c.o fea9c53507087050
|
||||
3137 3648 8059802019720718 opus-build/CMakeFiles/opus.dir/silk/arm/biquad_alt_neon_intr.c.o e55b4b1ae3c21354
|
||||
3162 3649 8059802019440280 opus-build/CMakeFiles/opus.dir/silk/float/residual_energy_FLP.c.o d1ee7599f3184d56
|
||||
3188 3650 8059802019668686 opus-build/CMakeFiles/opus.dir/silk/float/warped_autocorrelation_FLP.c.o abe80b9311963162
|
||||
3211 3650 8059802019991240 opus-build/CMakeFiles/opus.dir/silk/float/wrappers_FLP.c.o 7066be21192eb178
|
||||
3236 3651 8059802020141453 opus-build/CMakeFiles/opus.dir/silk/float/regularize_correlations_FLP.c.o 6611d67a79725342
|
||||
3261 3651 8059802020463755 opus-build/CMakeFiles/opus.dir/silk/float/process_gains_FLP.c.o 2249f4c45d7e6ff3
|
||||
3285 3652 8059802020647973 opus-build/CMakeFiles/opus.dir/silk/float/inner_product_FLP.c.o 315d7fdefd5cc439
|
||||
3308 3652 8059802020906624 opus-build/CMakeFiles/opus.dir/silk/float/autocorrelation_FLP.c.o bc620d5406a7abec
|
||||
3334 3653 8059802021126055 opus-build/CMakeFiles/opus.dir/silk/float/bwexpander_FLP.c.o e426f229fe3331f
|
||||
3360 3653 8059802021380283 opus-build/CMakeFiles/opus.dir/silk/float/k2a_FLP.c.o 3cc864874e01ac45
|
||||
3385 3654 8059802021670016 opus-build/CMakeFiles/opus.dir/silk/float/burg_modified_FLP.c.o 559621cf3689766
|
||||
3409 3654 8059802021841220 opus-build/CMakeFiles/opus.dir/silk/float/energy_FLP.c.o 387a20405677443a
|
||||
3434 3655 8059802022105249 opus-build/CMakeFiles/opus.dir/silk/float/LPC_inv_pred_gain_FLP.c.o 6a5d00e7e614689a
|
||||
3457 3655 8059802022619355 opus-build/CMakeFiles/opus.dir/silk/float/pitch_analysis_core_FLP.c.o 42bdf2ed2fad673b
|
||||
3481 3655 8059802022562711 opus-build/CMakeFiles/opus.dir/silk/float/scale_vector_FLP.c.o a50c1e84a9bbe6a6
|
||||
3505 3656 8059802022809847 opus-build/CMakeFiles/opus.dir/silk/float/schur_FLP.c.o 671ecc39cddbd144
|
||||
3529 3656 8059802023043626 opus-build/CMakeFiles/opus.dir/silk/float/scale_copy_vector_FLP.c.o de98b0419c16d874
|
||||
3553 3657 8059802023287068 opus-build/CMakeFiles/opus.dir/celt/arm/armcpu.c.o cc61e0da9928d556
|
||||
3576 3657 8059802023527868 opus-build/CMakeFiles/opus.dir/silk/float/sort_FLP.c.o edf2a1d5299e73c5
|
||||
57 3733 8059802024280292 opus-build/CMakeFiles/opus.dir/src/opus_decoder.c.o 8b2d7058edbe8c07
|
||||
3601 3734 8059802024300245 opus-build/CMakeFiles/opus.dir/silk/arm/NSQ_neon.c.o c27f20c8c6c2603c
|
||||
3625 3810 8059802025029456 opus-build/CMakeFiles/opus.dir/silk/arm/NSQ_del_dec_neon_intr.c.o 3e746161c9943553
|
||||
3811 3997 8059802026343623 opus-build/libopus.a 4643707871cd959
|
||||
3997 4104 8059802027948045 E:/MyProject/ts-mobile-go/android/app/build/intermediates/cxx/Debug/73414y1y/obj/arm64-v8a/libtsopus.so 19fb151810b421d
|
||||
16 5852 8059913163780689 CMakeFiles/tsopus.dir/opus_jni.cpp.o 87bb1bdc603eda4
|
||||
5853 6382 8059913169163305 E:/MyProject/ts-mobile-go/android/app/build/intermediates/cxx/Debug/73414y1y/obj/arm64-v8a/libtsopus.so 19fb151810b421d
|
||||
@@ -1,609 +0,0 @@
|
||||
# This is the CMakeCache file.
|
||||
# For build in directory: e:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a
|
||||
# It was generated by CMake: D:/Android/sdk/cmake/3.22.1/bin/cmake.exe
|
||||
# You can edit this file to change values found and used by cmake.
|
||||
# If you do not want to change any of the values, simply exit the editor.
|
||||
# If you do want to change a value, simply edit, save, and exit the editor.
|
||||
# The syntax for the file is as follows:
|
||||
# KEY:TYPE=VALUE
|
||||
# KEY is the name of a variable in the cache.
|
||||
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
|
||||
# VALUE is the current value for the KEY.
|
||||
|
||||
########################
|
||||
# EXTERNAL cache entries
|
||||
########################
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
ANDROID_ABI:UNINITIALIZED=arm64-v8a
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
ANDROID_NDK:UNINITIALIZED=D:\Android\sdk\ndk\27.0.12077973
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
ANDROID_PLATFORM:UNINITIALIZED=android-26
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_ADDR2LINE:FILEPATH=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/bin/llvm-addr2line.exe
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
CMAKE_ANDROID_ARCH_ABI:UNINITIALIZED=arm64-v8a
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
CMAKE_ANDROID_NDK:UNINITIALIZED=D:\Android\sdk\ndk\27.0.12077973
|
||||
|
||||
//Archiver
|
||||
CMAKE_AR:FILEPATH=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/bin/llvm-ar.exe
|
||||
|
||||
//Flags used by the compiler during all build types.
|
||||
CMAKE_ASM_FLAGS:STRING=
|
||||
|
||||
//Flags used by the compiler during debug builds.
|
||||
CMAKE_ASM_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the compiler during release builds.
|
||||
CMAKE_ASM_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Choose the type of build, options are: None Debug Release RelWithDebInfo
|
||||
// MinSizeRel ...
|
||||
CMAKE_BUILD_TYPE:STRING=Debug
|
||||
|
||||
//LLVM archiver
|
||||
CMAKE_CXX_COMPILER_AR:FILEPATH=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/bin/llvm-ar.exe
|
||||
|
||||
//Generate index for LLVM archive
|
||||
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/bin/llvm-ranlib.exe
|
||||
|
||||
//Flags used by the compiler during all build types.
|
||||
CMAKE_CXX_FLAGS:STRING=
|
||||
|
||||
//Flags used by the compiler during debug builds.
|
||||
CMAKE_CXX_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the CXX compiler during MINSIZEREL builds.
|
||||
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
||||
|
||||
//Flags used by the compiler during release builds.
|
||||
CMAKE_CXX_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the CXX compiler during RELWITHDEBINFO builds.
|
||||
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
||||
|
||||
//Libraries linked by default with all C++ applications.
|
||||
CMAKE_CXX_STANDARD_LIBRARIES:STRING=-latomic -lm
|
||||
|
||||
//LLVM archiver
|
||||
CMAKE_C_COMPILER_AR:FILEPATH=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/bin/llvm-ar.exe
|
||||
|
||||
//Generate index for LLVM archive
|
||||
CMAKE_C_COMPILER_RANLIB:FILEPATH=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/bin/llvm-ranlib.exe
|
||||
|
||||
//Flags used by the compiler during all build types.
|
||||
CMAKE_C_FLAGS:STRING=
|
||||
|
||||
//Flags used by the compiler during debug builds.
|
||||
CMAKE_C_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the C compiler during MINSIZEREL builds.
|
||||
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
||||
|
||||
//Flags used by the compiler during release builds.
|
||||
CMAKE_C_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the C compiler during RELWITHDEBINFO builds.
|
||||
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
||||
|
||||
//Libraries linked by default with all C applications.
|
||||
CMAKE_C_STANDARD_LIBRARIES:STRING=-latomic -lm
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_DLLTOOL:FILEPATH=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/bin/llvm-dlltool.exe
|
||||
|
||||
//Flags used by the linker.
|
||||
CMAKE_EXE_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during DEBUG builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during MINSIZEREL builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during RELEASE builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during RELWITHDEBINFO builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
CMAKE_EXPORT_COMPILE_COMMANDS:UNINITIALIZED=ON
|
||||
|
||||
//User executables (bin)
|
||||
CMAKE_INSTALL_BINDIR:PATH=bin
|
||||
|
||||
//Read-only architecture-independent data (DATAROOTDIR)
|
||||
CMAKE_INSTALL_DATADIR:PATH=
|
||||
|
||||
//Read-only architecture-independent data root (share)
|
||||
CMAKE_INSTALL_DATAROOTDIR:PATH=share
|
||||
|
||||
//Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
|
||||
CMAKE_INSTALL_DOCDIR:PATH=
|
||||
|
||||
//C header files (include)
|
||||
CMAKE_INSTALL_INCLUDEDIR:PATH=include
|
||||
|
||||
//Info documentation (DATAROOTDIR/info)
|
||||
CMAKE_INSTALL_INFODIR:PATH=
|
||||
|
||||
//Object code libraries (lib)
|
||||
CMAKE_INSTALL_LIBDIR:PATH=lib
|
||||
|
||||
//Program executables (libexec)
|
||||
CMAKE_INSTALL_LIBEXECDIR:PATH=libexec
|
||||
|
||||
//Locale-dependent data (DATAROOTDIR/locale)
|
||||
CMAKE_INSTALL_LOCALEDIR:PATH=
|
||||
|
||||
//Modifiable single-machine data (var)
|
||||
CMAKE_INSTALL_LOCALSTATEDIR:PATH=var
|
||||
|
||||
//Man documentation (DATAROOTDIR/man)
|
||||
CMAKE_INSTALL_MANDIR:PATH=
|
||||
|
||||
//C header files for non-gcc (/usr/include)
|
||||
CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include
|
||||
|
||||
//Install path prefix, prepended onto install directories.
|
||||
CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)/tsopus
|
||||
|
||||
//Run-time variable data (LOCALSTATEDIR/run)
|
||||
CMAKE_INSTALL_RUNSTATEDIR:PATH=
|
||||
|
||||
//System admin executables (sbin)
|
||||
CMAKE_INSTALL_SBINDIR:PATH=sbin
|
||||
|
||||
//Modifiable architecture-independent data (com)
|
||||
CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com
|
||||
|
||||
//Read-only single-machine data (etc)
|
||||
CMAKE_INSTALL_SYSCONFDIR:PATH=etc
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
CMAKE_LIBRARY_OUTPUT_DIRECTORY:UNINITIALIZED=E:\MyProject\ts-mobile-go\android\app\build\intermediates\cxx\Debug\73414y1y\obj\arm64-v8a
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_LINKER:FILEPATH=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/bin/ld.lld.exe
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
CMAKE_MAKE_PROGRAM:UNINITIALIZED=D:\Android\sdk\cmake\3.22.1\bin\ninja.exe
|
||||
|
||||
//Flags used by the linker during the creation of modules.
|
||||
CMAKE_MODULE_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// DEBUG builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// MINSIZEREL builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// RELEASE builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// RELWITHDEBINFO builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_NM:FILEPATH=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/bin/llvm-nm.exe
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_OBJCOPY:FILEPATH=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/bin/llvm-objcopy.exe
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_OBJDUMP:FILEPATH=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/bin/llvm-objdump.exe
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_DESCRIPTION:STATIC=
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_NAME:STATIC=tsopus
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_VERSION:STATIC=0
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_VERSION_MAJOR:STATIC=0
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_VERSION_MINOR:STATIC=
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_VERSION_PATCH:STATIC=
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_VERSION_TWEAK:STATIC=
|
||||
|
||||
//Ranlib
|
||||
CMAKE_RANLIB:FILEPATH=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/bin/llvm-ranlib.exe
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_READELF:FILEPATH=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/bin/llvm-readelf.exe
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
CMAKE_RUNTIME_OUTPUT_DIRECTORY:UNINITIALIZED=E:\MyProject\ts-mobile-go\android\app\build\intermediates\cxx\Debug\73414y1y\obj\arm64-v8a
|
||||
|
||||
//Flags used by the linker during the creation of dll's.
|
||||
CMAKE_SHARED_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during DEBUG builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during MINSIZEREL builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during RELEASE builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during RELWITHDEBINFO builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//If set, runtime paths are not added when installing shared libraries,
|
||||
// but are added when building.
|
||||
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
|
||||
|
||||
//If set, runtime paths are not added when using shared libraries.
|
||||
CMAKE_SKIP_RPATH:BOOL=NO
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during all build types.
|
||||
CMAKE_STATIC_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during DEBUG builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during MINSIZEREL builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during RELEASE builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during RELWITHDEBINFO builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//Strip
|
||||
CMAKE_STRIP:FILEPATH=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/bin/llvm-strip.exe
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
CMAKE_SYSTEM_NAME:UNINITIALIZED=Android
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
CMAKE_SYSTEM_VERSION:UNINITIALIZED=26
|
||||
|
||||
//The CMake toolchain file
|
||||
CMAKE_TOOLCHAIN_FILE:FILEPATH=D:/Android/sdk/ndk/27.0.12077973/build/cmake/android.toolchain.cmake
|
||||
|
||||
//If this value is on, makefiles will be generated without the
|
||||
// .SILENT directive, and all commands will be echoed to the console
|
||||
// during the make. This is useful for debugging only. With Visual
|
||||
// Studio IDE projects all commands are done without /nologo.
|
||||
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
|
||||
|
||||
//Git command line client
|
||||
GIT_EXECUTABLE:FILEPATH=C:/Program Files/Git/mingw64/bin/git.exe
|
||||
|
||||
//additional software error checking.
|
||||
OPUS_ASSERTIONS:BOOL=OFF
|
||||
|
||||
//build programs.
|
||||
OPUS_BUILD_PROGRAMS:BOOL=OFF
|
||||
|
||||
//build shared library.
|
||||
OPUS_BUILD_SHARED_LIBRARY:BOOL=OFF
|
||||
|
||||
//build tests.
|
||||
OPUS_BUILD_TESTING:BOOL=OFF
|
||||
|
||||
//enable bit-exactness checks between optimized and c implementations.
|
||||
OPUS_CHECK_ASM:BOOL=OFF
|
||||
|
||||
//enable non-Opus modes, e.g. 44.1 kHz & 2^n frames.
|
||||
OPUS_CUSTOM_MODES:BOOL=OFF
|
||||
|
||||
//disable all intrinsics optimizations.
|
||||
OPUS_DISABLE_INTRINSICS:BOOL=OFF
|
||||
|
||||
//Run DNN computations as float for debugging purposes.
|
||||
OPUS_DNN_FLOAT_DEBUG:BOOL=OFF
|
||||
|
||||
//enable DRED.
|
||||
OPUS_DRED:BOOL=OFF
|
||||
|
||||
//compile with the floating point API (for machines with float
|
||||
// library).
|
||||
OPUS_ENABLE_FLOAT_API:BOOL=ON
|
||||
|
||||
//compile as fixed-point (for machines without a fast enough FPU).
|
||||
OPUS_FIXED_POINT:BOOL=OFF
|
||||
|
||||
//enable floating point approximations (Ensure your platform supports
|
||||
// IEEE 754 before enabling).
|
||||
OPUS_FLOAT_APPROX:BOOL=OFF
|
||||
|
||||
//add protection against buffer overflows.
|
||||
OPUS_FORTIFY_SOURCE:BOOL=ON
|
||||
|
||||
//causes the encoder to make random decisions (do not use in production).
|
||||
OPUS_FUZZING:BOOL=OFF
|
||||
|
||||
//run-time checks that are cheap and safe for use in production.
|
||||
OPUS_HARDENING:BOOL=ON
|
||||
|
||||
//install CMake package config module.
|
||||
OPUS_INSTALL_CMAKE_CONFIG_MODULE:BOOL=OFF
|
||||
|
||||
//install pkg-config module.
|
||||
OPUS_INSTALL_PKG_CONFIG_MODULE:BOOL=OFF
|
||||
|
||||
//Does runtime check for neon support
|
||||
OPUS_MAY_HAVE_NEON:BOOL=ON
|
||||
|
||||
//enable OSCE.
|
||||
OPUS_OSCE:BOOL=OFF
|
||||
|
||||
//Assume target CPU has NEON support
|
||||
OPUS_PRESUME_NEON:BOOL=OFF
|
||||
|
||||
//use stack protection.
|
||||
OPUS_STACK_PROTECTOR:BOOL=ON
|
||||
|
||||
//Option to enable NEON
|
||||
OPUS_USE_NEON:BOOL=ON
|
||||
|
||||
//use variable length arrays for stack arrays.
|
||||
OPUS_VAR_ARRAYS:BOOL=ON
|
||||
|
||||
//Value Computed by CMake
|
||||
Opus_BINARY_DIR:STATIC=E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build
|
||||
|
||||
//Value Computed by CMake
|
||||
Opus_IS_TOP_LEVEL:STATIC=OFF
|
||||
|
||||
//Value Computed by CMake
|
||||
Opus_SOURCE_DIR:STATIC=E:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus
|
||||
|
||||
//Value Computed by CMake
|
||||
tsopus_BINARY_DIR:STATIC=E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a
|
||||
|
||||
//Value Computed by CMake
|
||||
tsopus_IS_TOP_LEVEL:STATIC=ON
|
||||
|
||||
//Value Computed by CMake
|
||||
tsopus_SOURCE_DIR:STATIC=E:/MyProject/ts-mobile-go/android/app/src/main/cpp
|
||||
|
||||
|
||||
########################
|
||||
# INTERNAL cache entries
|
||||
########################
|
||||
|
||||
//ADVANCED property for variable: CMAKE_ADDR2LINE
|
||||
CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_AR
|
||||
CMAKE_AR-ADVANCED:INTERNAL=1
|
||||
//This is the directory where this CMakeCache.txt was created
|
||||
CMAKE_CACHEFILE_DIR:INTERNAL=e:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a
|
||||
//Major version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
|
||||
//Minor version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_MINOR_VERSION:INTERNAL=22
|
||||
//Patch version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
|
||||
//Path to CMake executable.
|
||||
CMAKE_COMMAND:INTERNAL=D:/Android/sdk/cmake/3.22.1/bin/cmake.exe
|
||||
//Path to cpack program executable.
|
||||
CMAKE_CPACK_COMMAND:INTERNAL=D:/Android/sdk/cmake/3.22.1/bin/cpack.exe
|
||||
//Path to ctest program executable.
|
||||
CMAKE_CTEST_COMMAND:INTERNAL=D:/Android/sdk/cmake/3.22.1/bin/ctest.exe
|
||||
//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
|
||||
CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
|
||||
CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS
|
||||
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
|
||||
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
|
||||
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
|
||||
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_STANDARD_LIBRARIES
|
||||
CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_COMPILER_AR
|
||||
CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
|
||||
CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS
|
||||
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
|
||||
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
|
||||
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
|
||||
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES
|
||||
CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_DLLTOOL
|
||||
CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
|
||||
//Executable file format
|
||||
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
|
||||
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
|
||||
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
|
||||
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//Name of external makefile project generator.
|
||||
CMAKE_EXTRA_GENERATOR:INTERNAL=
|
||||
//Name of generator.
|
||||
CMAKE_GENERATOR:INTERNAL=Ninja
|
||||
//Generator instance identifier.
|
||||
CMAKE_GENERATOR_INSTANCE:INTERNAL=
|
||||
//Name of generator platform.
|
||||
CMAKE_GENERATOR_PLATFORM:INTERNAL=
|
||||
//Name of generator toolset.
|
||||
CMAKE_GENERATOR_TOOLSET:INTERNAL=
|
||||
//Source directory with the top level CMakeLists.txt file for this
|
||||
// project
|
||||
CMAKE_HOME_DIRECTORY:INTERNAL=E:/MyProject/ts-mobile-go/android/app/src/main/cpp
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_BINDIR
|
||||
CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_DATADIR
|
||||
CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
|
||||
CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
|
||||
CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
|
||||
CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_INFODIR
|
||||
CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
|
||||
CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
|
||||
CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
|
||||
CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
|
||||
CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_MANDIR
|
||||
CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
|
||||
CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR
|
||||
CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
|
||||
CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
|
||||
CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
|
||||
//Install .so files without execute permission.
|
||||
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
|
||||
CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_LINKER
|
||||
CMAKE_LINKER-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
|
||||
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
|
||||
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_NM
|
||||
CMAKE_NM-ADVANCED:INTERNAL=1
|
||||
//number of local generators
|
||||
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=2
|
||||
//ADVANCED property for variable: CMAKE_OBJCOPY
|
||||
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_OBJDUMP
|
||||
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
|
||||
//Platform information initialized
|
||||
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_RANLIB
|
||||
CMAKE_RANLIB-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_READELF
|
||||
CMAKE_READELF-ADVANCED:INTERNAL=1
|
||||
//Path to CMake installation.
|
||||
CMAKE_ROOT:INTERNAL=D:/Android/sdk/cmake/3.22.1/share/cmake-3.22
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
|
||||
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
|
||||
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
|
||||
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SKIP_RPATH
|
||||
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
|
||||
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
|
||||
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STRIP
|
||||
CMAKE_STRIP-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
|
||||
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
|
||||
//Result of TRY_COMPILE
|
||||
COMPILE_VLA_SUPPORTED:INTERNAL=TRUE
|
||||
//Test FAST_MATH_SUPPORTED
|
||||
FAST_MATH_SUPPORTED:INTERNAL=1
|
||||
//Details about finding Git
|
||||
FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[C:/Program Files/Git/mingw64/bin/git.exe][v2.54.0.windows.1()]
|
||||
//ADVANCED property for variable: GIT_EXECUTABLE
|
||||
GIT_EXECUTABLE-ADVANCED:INTERNAL=1
|
||||
//Have include alloca.h
|
||||
HAVE_ALLOCA_H:INTERNAL=1
|
||||
//Have include arm_neon.h
|
||||
HAVE_ARM_NEON_H:INTERNAL=1
|
||||
//Have library m
|
||||
HAVE_LIBM:INTERNAL=1
|
||||
//Have symbol lrint
|
||||
HAVE_LRINT:INTERNAL=1
|
||||
//Have symbol lrintf
|
||||
HAVE_LRINTF:INTERNAL=1
|
||||
//Test HIDDEN_VISIBILITY_SUPPORTED
|
||||
HIDDEN_VISIBILITY_SUPPORTED:INTERNAL=1
|
||||
//Test STACK_PROTECTOR_SUPPORTED
|
||||
STACK_PROTECTOR_SUPPORTED:INTERNAL=1
|
||||
//Have symbol alloca
|
||||
USE_ALLOCA_SUPPORTED:INTERNAL=1
|
||||
//Test W_SUPPORTED
|
||||
W_SUPPORTED:INTERNAL=1
|
||||
//Test Wall_SUPPORTED
|
||||
Wall_SUPPORTED:INTERNAL=1
|
||||
//Test Wcastalign_SUPPORTED
|
||||
Wcastalign_SUPPORTED:INTERNAL=1
|
||||
//Test Wextra_SUPPORTED
|
||||
Wextra_SUPPORTED:INTERNAL=1
|
||||
//Test Wnestedexterns_SUPPORTED
|
||||
Wnestedexterns_SUPPORTED:INTERNAL=1
|
||||
//Test Wshadow_SUPPORTED
|
||||
Wshadow_SUPPORTED:INTERNAL=1
|
||||
//Test Wstrictprototypes_SUPPORTED
|
||||
Wstrictprototypes_SUPPORTED:INTERNAL=1
|
||||
//CMAKE_INSTALL_PREFIX during last run
|
||||
_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=C:/Program Files (x86)/tsopus
|
||||
|
||||
-72
@@ -1,72 +0,0 @@
|
||||
set(CMAKE_C_COMPILER "D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe")
|
||||
set(CMAKE_C_COMPILER_ARG1 "")
|
||||
set(CMAKE_C_COMPILER_ID "Clang")
|
||||
set(CMAKE_C_COMPILER_VERSION "18.0.1")
|
||||
set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
|
||||
set(CMAKE_C_COMPILER_WRAPPER "")
|
||||
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17")
|
||||
set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON")
|
||||
set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23")
|
||||
set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes")
|
||||
set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros")
|
||||
set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
|
||||
set(CMAKE_C17_COMPILE_FEATURES "c_std_17")
|
||||
set(CMAKE_C23_COMPILE_FEATURES "c_std_23")
|
||||
|
||||
set(CMAKE_C_PLATFORM_ID "Linux")
|
||||
set(CMAKE_C_SIMULATE_ID "")
|
||||
set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU")
|
||||
set(CMAKE_C_SIMULATE_VERSION "")
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_AR "D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/bin/llvm-ar.exe")
|
||||
set(CMAKE_C_COMPILER_AR "D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/bin/llvm-ar.exe")
|
||||
set(CMAKE_RANLIB "D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/bin/llvm-ranlib.exe")
|
||||
set(CMAKE_C_COMPILER_RANLIB "D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/bin/llvm-ranlib.exe")
|
||||
set(CMAKE_LINKER "D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/bin/ld.lld.exe")
|
||||
set(CMAKE_MT "")
|
||||
set(CMAKE_COMPILER_IS_GNUCC )
|
||||
set(CMAKE_C_COMPILER_LOADED 1)
|
||||
set(CMAKE_C_COMPILER_WORKS TRUE)
|
||||
set(CMAKE_C_ABI_COMPILED TRUE)
|
||||
|
||||
set(CMAKE_C_COMPILER_ENV_VAR "CC")
|
||||
|
||||
set(CMAKE_C_COMPILER_ID_RUN 1)
|
||||
set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m)
|
||||
set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
||||
set(CMAKE_C_LINKER_PREFERENCE 10)
|
||||
|
||||
# Save compiler ABI information.
|
||||
set(CMAKE_C_SIZEOF_DATA_PTR "8")
|
||||
set(CMAKE_C_COMPILER_ABI "ELF")
|
||||
set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN")
|
||||
set(CMAKE_C_LIBRARY_ARCHITECTURE "")
|
||||
|
||||
if(CMAKE_C_SIZEOF_DATA_PTR)
|
||||
set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_C_COMPILER_ABI)
|
||||
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_C_LIBRARY_ARCHITECTURE)
|
||||
set(CMAKE_LIBRARY_ARCHITECTURE "")
|
||||
endif()
|
||||
|
||||
set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
|
||||
if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
|
||||
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
|
||||
endif()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/lib/clang/18/include;D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/include/aarch64-linux-android;D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/include")
|
||||
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "-l:libunwind.a;dl;c;-l:libunwind.a;dl")
|
||||
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/lib/clang/18/lib/linux/aarch64;D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/lib/aarch64-linux-android/26;D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/lib/aarch64-linux-android;D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/lib")
|
||||
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
||||
-83
@@ -1,83 +0,0 @@
|
||||
set(CMAKE_CXX_COMPILER "D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe")
|
||||
set(CMAKE_CXX_COMPILER_ARG1 "")
|
||||
set(CMAKE_CXX_COMPILER_ID "Clang")
|
||||
set(CMAKE_CXX_COMPILER_VERSION "18.0.1")
|
||||
set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
|
||||
set(CMAKE_CXX_COMPILER_WRAPPER "")
|
||||
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17")
|
||||
set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON")
|
||||
set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23")
|
||||
set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters")
|
||||
set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates")
|
||||
set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates")
|
||||
set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17")
|
||||
set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20")
|
||||
set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23")
|
||||
|
||||
set(CMAKE_CXX_PLATFORM_ID "Linux")
|
||||
set(CMAKE_CXX_SIMULATE_ID "")
|
||||
set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU")
|
||||
set(CMAKE_CXX_SIMULATE_VERSION "")
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_AR "D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/bin/llvm-ar.exe")
|
||||
set(CMAKE_CXX_COMPILER_AR "D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/bin/llvm-ar.exe")
|
||||
set(CMAKE_RANLIB "D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/bin/llvm-ranlib.exe")
|
||||
set(CMAKE_CXX_COMPILER_RANLIB "D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/bin/llvm-ranlib.exe")
|
||||
set(CMAKE_LINKER "D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/bin/ld.lld.exe")
|
||||
set(CMAKE_MT "")
|
||||
set(CMAKE_COMPILER_IS_GNUCXX )
|
||||
set(CMAKE_CXX_COMPILER_LOADED 1)
|
||||
set(CMAKE_CXX_COMPILER_WORKS TRUE)
|
||||
set(CMAKE_CXX_ABI_COMPILED TRUE)
|
||||
|
||||
set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
|
||||
|
||||
set(CMAKE_CXX_COMPILER_ID_RUN 1)
|
||||
set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm)
|
||||
set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
||||
|
||||
foreach (lang C OBJC OBJCXX)
|
||||
if (CMAKE_${lang}_COMPILER_ID_RUN)
|
||||
foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS)
|
||||
list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension})
|
||||
endforeach()
|
||||
endif()
|
||||
endforeach()
|
||||
|
||||
set(CMAKE_CXX_LINKER_PREFERENCE 30)
|
||||
set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
|
||||
|
||||
# Save compiler ABI information.
|
||||
set(CMAKE_CXX_SIZEOF_DATA_PTR "8")
|
||||
set(CMAKE_CXX_COMPILER_ABI "ELF")
|
||||
set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN")
|
||||
set(CMAKE_CXX_LIBRARY_ARCHITECTURE "")
|
||||
|
||||
if(CMAKE_CXX_SIZEOF_DATA_PTR)
|
||||
set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_CXX_COMPILER_ABI)
|
||||
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
|
||||
set(CMAKE_LIBRARY_ARCHITECTURE "")
|
||||
endif()
|
||||
|
||||
set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
|
||||
if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX)
|
||||
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}")
|
||||
endif()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/include/c++/v1;D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/lib/clang/18/include;D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/include/aarch64-linux-android;D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/include")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "c++;m;-l:libunwind.a;dl;c;-l:libunwind.a;dl")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/lib/clang/18/lib/linux/aarch64;D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/lib/aarch64-linux-android/26;D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/lib/aarch64-linux-android;D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/lib")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
-15
@@ -1,15 +0,0 @@
|
||||
set(CMAKE_HOST_SYSTEM "Windows-10.0.26200")
|
||||
set(CMAKE_HOST_SYSTEM_NAME "Windows")
|
||||
set(CMAKE_HOST_SYSTEM_VERSION "10.0.26200")
|
||||
set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64")
|
||||
|
||||
include("D:/Android/sdk/ndk/27.0.12077973/build/cmake/android.toolchain.cmake")
|
||||
|
||||
set(CMAKE_SYSTEM "Android-1")
|
||||
set(CMAKE_SYSTEM_NAME "Android")
|
||||
set(CMAKE_SYSTEM_VERSION "1")
|
||||
set(CMAKE_SYSTEM_PROCESSOR "aarch64")
|
||||
|
||||
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||
|
||||
set(CMAKE_SYSTEM_LOADED 1)
|
||||
-803
@@ -1,803 +0,0 @@
|
||||
#ifdef __cplusplus
|
||||
# error "A C++ compiler has been selected for C."
|
||||
#endif
|
||||
|
||||
#if defined(__18CXX)
|
||||
# define ID_VOID_MAIN
|
||||
#endif
|
||||
#if defined(__CLASSIC_C__)
|
||||
/* cv-qualifiers did not exist in K&R C */
|
||||
# define const
|
||||
# define volatile
|
||||
#endif
|
||||
|
||||
#if !defined(__has_include)
|
||||
/* If the compiler does not have __has_include, pretend the answer is
|
||||
always no. */
|
||||
# define __has_include(x) 0
|
||||
#endif
|
||||
|
||||
|
||||
/* Version number components: V=Version, R=Revision, P=Patch
|
||||
Version date components: YYYY=Year, MM=Month, DD=Day */
|
||||
|
||||
#if defined(__INTEL_COMPILER) || defined(__ICC)
|
||||
# define COMPILER_ID "Intel"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# if defined(__GNUC__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
# endif
|
||||
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
|
||||
except that a few beta releases use the old format with V=2021. */
|
||||
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
|
||||
# if defined(__INTEL_COMPILER_UPDATE)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
|
||||
# else
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
|
||||
# endif
|
||||
# else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
|
||||
/* The third version component from --version is an update index,
|
||||
but no macro is provided for it. */
|
||||
# define COMPILER_VERSION_PATCH DEC(0)
|
||||
# endif
|
||||
# if defined(__INTEL_COMPILER_BUILD_DATE)
|
||||
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
|
||||
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
|
||||
# endif
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
# if defined(__GNUC__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
# elif defined(__GNUG__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
||||
# endif
|
||||
# if defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
|
||||
# define COMPILER_ID "IntelLLVM"
|
||||
#if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
#endif
|
||||
#if defined(__GNUC__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
#endif
|
||||
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
|
||||
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
|
||||
* VVVV is no smaller than the current year when a version is released.
|
||||
*/
|
||||
#if __INTEL_LLVM_COMPILER < 1000000L
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
|
||||
#else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
|
||||
#endif
|
||||
#if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
#endif
|
||||
#if defined(__GNUC__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
#elif defined(__GNUG__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
||||
#endif
|
||||
#if defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
#endif
|
||||
#if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
#endif
|
||||
|
||||
#elif defined(__PATHCC__)
|
||||
# define COMPILER_ID "PathScale"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
|
||||
# if defined(__PATHCC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
|
||||
# define COMPILER_ID "Embarcadero"
|
||||
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
|
||||
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
|
||||
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
|
||||
|
||||
#elif defined(__BORLANDC__)
|
||||
# define COMPILER_ID "Borland"
|
||||
/* __BORLANDC__ = 0xVRR */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
|
||||
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
|
||||
|
||||
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
|
||||
# define COMPILER_ID "Watcom"
|
||||
/* __WATCOMC__ = VVRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
||||
# if (__WATCOMC__ % 10) > 0
|
||||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# define COMPILER_ID "OpenWatcom"
|
||||
/* __WATCOMC__ = VVRP + 1100 */
|
||||
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
||||
# if (__WATCOMC__ % 10) > 0
|
||||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__SUNPRO_C)
|
||||
# define COMPILER_ID "SunPro"
|
||||
# if __SUNPRO_C >= 0x5100
|
||||
/* __SUNPRO_C = 0xVRRP */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
|
||||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
|
||||
# else
|
||||
/* __SUNPRO_CC = 0xVRP */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
|
||||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
|
||||
# endif
|
||||
|
||||
#elif defined(__HP_cc)
|
||||
# define COMPILER_ID "HP"
|
||||
/* __HP_cc = VVRRPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
|
||||
|
||||
#elif defined(__DECC)
|
||||
# define COMPILER_ID "Compaq"
|
||||
/* __DECC_VER = VVRRTPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
|
||||
|
||||
#elif defined(__IBMC__) && defined(__COMPILER_VER__)
|
||||
# define COMPILER_ID "zOS"
|
||||
/* __IBMC__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
||||
|
||||
#elif defined(__ibmxl__) && defined(__clang__)
|
||||
# define COMPILER_ID "XLClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
|
||||
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
|
||||
|
||||
|
||||
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
|
||||
# define COMPILER_ID "XL"
|
||||
/* __IBMC__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
||||
|
||||
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
|
||||
# define COMPILER_ID "VisualAge"
|
||||
/* __IBMC__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
||||
|
||||
#elif defined(__NVCOMPILER)
|
||||
# define COMPILER_ID "NVHPC"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
|
||||
# if defined(__NVCOMPILER_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(__PGI)
|
||||
# define COMPILER_ID "PGI"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
|
||||
# if defined(__PGIC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(_CRAYC)
|
||||
# define COMPILER_ID "Cray"
|
||||
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
|
||||
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# define COMPILER_ID "TI"
|
||||
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
|
||||
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
|
||||
|
||||
#elif defined(__CLANG_FUJITSU)
|
||||
# define COMPILER_ID "FujitsuClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
||||
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
|
||||
|
||||
|
||||
#elif defined(__FUJITSU)
|
||||
# define COMPILER_ID "Fujitsu"
|
||||
# if defined(__FCC_version__)
|
||||
# define COMPILER_VERSION __FCC_version__
|
||||
# elif defined(__FCC_major__)
|
||||
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
||||
# endif
|
||||
# if defined(__fcc_version)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
|
||||
# elif defined(__FCC_VERSION)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
|
||||
# endif
|
||||
|
||||
|
||||
#elif defined(__ghs__)
|
||||
# define COMPILER_ID "GHS"
|
||||
/* __GHS_VERSION_NUMBER = VVVVRP */
|
||||
# ifdef __GHS_VERSION_NUMBER
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__TINYC__)
|
||||
# define COMPILER_ID "TinyCC"
|
||||
|
||||
#elif defined(__BCC__)
|
||||
# define COMPILER_ID "Bruce"
|
||||
|
||||
#elif defined(__SCO_VERSION__)
|
||||
# define COMPILER_ID "SCO"
|
||||
|
||||
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
|
||||
# define COMPILER_ID "ARMCC"
|
||||
#if __ARMCC_VERSION >= 1000000
|
||||
/* __ARMCC_VERSION = VRRPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
||||
#else
|
||||
/* __ARMCC_VERSION = VRPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
||||
#endif
|
||||
|
||||
|
||||
#elif defined(__clang__) && defined(__apple_build_version__)
|
||||
# define COMPILER_ID "AppleClang"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
|
||||
|
||||
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
|
||||
# define COMPILER_ID "ARMClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
|
||||
|
||||
#elif defined(__clang__)
|
||||
# define COMPILER_ID "Clang"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
|
||||
#elif defined(__GNUC__)
|
||||
# define COMPILER_ID "GNU"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
|
||||
# if defined(__GNUC_MINOR__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(_MSC_VER)
|
||||
# define COMPILER_ID "MSVC"
|
||||
/* _MSC_VER = VVRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# if defined(_MSC_FULL_VER)
|
||||
# if _MSC_VER >= 1400
|
||||
/* _MSC_FULL_VER = VVRRPPPPP */
|
||||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
|
||||
# else
|
||||
/* _MSC_FULL_VER = VVRRPPPP */
|
||||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
|
||||
# endif
|
||||
# endif
|
||||
# if defined(_MSC_BUILD)
|
||||
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
|
||||
# endif
|
||||
|
||||
#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
|
||||
# define COMPILER_ID "ADSP"
|
||||
#if defined(__VISUALDSPVERSION__)
|
||||
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
|
||||
# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
|
||||
#endif
|
||||
|
||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
||||
# define COMPILER_ID "IAR"
|
||||
# if defined(__VER__) && defined(__ICCARM__)
|
||||
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
|
||||
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
||||
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
|
||||
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
|
||||
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
||||
# endif
|
||||
|
||||
#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
|
||||
# define COMPILER_ID "SDCC"
|
||||
# if defined(__SDCC_VERSION_MAJOR)
|
||||
# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
|
||||
# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
|
||||
# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
|
||||
# else
|
||||
/* SDCC = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
|
||||
# endif
|
||||
|
||||
|
||||
/* These compilers are either not known or too old to define an
|
||||
identification macro. Try to identify the platform and guess that
|
||||
it is the native compiler. */
|
||||
#elif defined(__hpux) || defined(__hpua)
|
||||
# define COMPILER_ID "HP"
|
||||
|
||||
#else /* unknown compiler */
|
||||
# define COMPILER_ID ""
|
||||
#endif
|
||||
|
||||
/* Construct the string literal in pieces to prevent the source from
|
||||
getting matched. Store it in a pointer rather than an array
|
||||
because some compilers will just produce instructions to fill the
|
||||
array rather than assigning a pointer to a static array. */
|
||||
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
|
||||
#ifdef SIMULATE_ID
|
||||
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
|
||||
#endif
|
||||
|
||||
#ifdef __QNXNTO__
|
||||
char const* qnxnto = "INFO" ":" "qnxnto[]";
|
||||
#endif
|
||||
|
||||
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
||||
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
|
||||
#endif
|
||||
|
||||
#define STRINGIFY_HELPER(X) #X
|
||||
#define STRINGIFY(X) STRINGIFY_HELPER(X)
|
||||
|
||||
/* Identify known platforms by name. */
|
||||
#if defined(__linux) || defined(__linux__) || defined(linux)
|
||||
# define PLATFORM_ID "Linux"
|
||||
|
||||
#elif defined(__MSYS__)
|
||||
# define PLATFORM_ID "MSYS"
|
||||
|
||||
#elif defined(__CYGWIN__)
|
||||
# define PLATFORM_ID "Cygwin"
|
||||
|
||||
#elif defined(__MINGW32__)
|
||||
# define PLATFORM_ID "MinGW"
|
||||
|
||||
#elif defined(__APPLE__)
|
||||
# define PLATFORM_ID "Darwin"
|
||||
|
||||
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
|
||||
# define PLATFORM_ID "Windows"
|
||||
|
||||
#elif defined(__FreeBSD__) || defined(__FreeBSD)
|
||||
# define PLATFORM_ID "FreeBSD"
|
||||
|
||||
#elif defined(__NetBSD__) || defined(__NetBSD)
|
||||
# define PLATFORM_ID "NetBSD"
|
||||
|
||||
#elif defined(__OpenBSD__) || defined(__OPENBSD)
|
||||
# define PLATFORM_ID "OpenBSD"
|
||||
|
||||
#elif defined(__sun) || defined(sun)
|
||||
# define PLATFORM_ID "SunOS"
|
||||
|
||||
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
|
||||
# define PLATFORM_ID "AIX"
|
||||
|
||||
#elif defined(__hpux) || defined(__hpux__)
|
||||
# define PLATFORM_ID "HP-UX"
|
||||
|
||||
#elif defined(__HAIKU__)
|
||||
# define PLATFORM_ID "Haiku"
|
||||
|
||||
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
|
||||
# define PLATFORM_ID "BeOS"
|
||||
|
||||
#elif defined(__QNX__) || defined(__QNXNTO__)
|
||||
# define PLATFORM_ID "QNX"
|
||||
|
||||
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
|
||||
# define PLATFORM_ID "Tru64"
|
||||
|
||||
#elif defined(__riscos) || defined(__riscos__)
|
||||
# define PLATFORM_ID "RISCos"
|
||||
|
||||
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
|
||||
# define PLATFORM_ID "SINIX"
|
||||
|
||||
#elif defined(__UNIX_SV__)
|
||||
# define PLATFORM_ID "UNIX_SV"
|
||||
|
||||
#elif defined(__bsdos__)
|
||||
# define PLATFORM_ID "BSDOS"
|
||||
|
||||
#elif defined(_MPRAS) || defined(MPRAS)
|
||||
# define PLATFORM_ID "MP-RAS"
|
||||
|
||||
#elif defined(__osf) || defined(__osf__)
|
||||
# define PLATFORM_ID "OSF1"
|
||||
|
||||
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
|
||||
# define PLATFORM_ID "SCO_SV"
|
||||
|
||||
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
|
||||
# define PLATFORM_ID "ULTRIX"
|
||||
|
||||
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
|
||||
# define PLATFORM_ID "Xenix"
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# if defined(__LINUX__)
|
||||
# define PLATFORM_ID "Linux"
|
||||
|
||||
# elif defined(__DOS__)
|
||||
# define PLATFORM_ID "DOS"
|
||||
|
||||
# elif defined(__OS2__)
|
||||
# define PLATFORM_ID "OS2"
|
||||
|
||||
# elif defined(__WINDOWS__)
|
||||
# define PLATFORM_ID "Windows3x"
|
||||
|
||||
# elif defined(__VXWORKS__)
|
||||
# define PLATFORM_ID "VxWorks"
|
||||
|
||||
# else /* unknown platform */
|
||||
# define PLATFORM_ID
|
||||
# endif
|
||||
|
||||
#elif defined(__INTEGRITY)
|
||||
# if defined(INT_178B)
|
||||
# define PLATFORM_ID "Integrity178"
|
||||
|
||||
# else /* regular Integrity */
|
||||
# define PLATFORM_ID "Integrity"
|
||||
# endif
|
||||
|
||||
#else /* unknown platform */
|
||||
# define PLATFORM_ID
|
||||
|
||||
#endif
|
||||
|
||||
/* For windows compilers MSVC and Intel we can determine
|
||||
the architecture of the compiler being used. This is because
|
||||
the compilers do not have flags that can change the architecture,
|
||||
but rather depend on which compiler is being used
|
||||
*/
|
||||
#if defined(_WIN32) && defined(_MSC_VER)
|
||||
# if defined(_M_IA64)
|
||||
# define ARCHITECTURE_ID "IA64"
|
||||
|
||||
# elif defined(_M_ARM64EC)
|
||||
# define ARCHITECTURE_ID "ARM64EC"
|
||||
|
||||
# elif defined(_M_X64) || defined(_M_AMD64)
|
||||
# define ARCHITECTURE_ID "x64"
|
||||
|
||||
# elif defined(_M_IX86)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# elif defined(_M_ARM64)
|
||||
# define ARCHITECTURE_ID "ARM64"
|
||||
|
||||
# elif defined(_M_ARM)
|
||||
# if _M_ARM == 4
|
||||
# define ARCHITECTURE_ID "ARMV4I"
|
||||
# elif _M_ARM == 5
|
||||
# define ARCHITECTURE_ID "ARMV5I"
|
||||
# else
|
||||
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
|
||||
# endif
|
||||
|
||||
# elif defined(_M_MIPS)
|
||||
# define ARCHITECTURE_ID "MIPS"
|
||||
|
||||
# elif defined(_M_SH)
|
||||
# define ARCHITECTURE_ID "SHx"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# if defined(_M_I86)
|
||||
# define ARCHITECTURE_ID "I86"
|
||||
|
||||
# elif defined(_M_IX86)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
||||
# if defined(__ICCARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__ICCRX__)
|
||||
# define ARCHITECTURE_ID "RX"
|
||||
|
||||
# elif defined(__ICCRH850__)
|
||||
# define ARCHITECTURE_ID "RH850"
|
||||
|
||||
# elif defined(__ICCRL78__)
|
||||
# define ARCHITECTURE_ID "RL78"
|
||||
|
||||
# elif defined(__ICCRISCV__)
|
||||
# define ARCHITECTURE_ID "RISCV"
|
||||
|
||||
# elif defined(__ICCAVR__)
|
||||
# define ARCHITECTURE_ID "AVR"
|
||||
|
||||
# elif defined(__ICC430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__ICCV850__)
|
||||
# define ARCHITECTURE_ID "V850"
|
||||
|
||||
# elif defined(__ICC8051__)
|
||||
# define ARCHITECTURE_ID "8051"
|
||||
|
||||
# elif defined(__ICCSTM8__)
|
||||
# define ARCHITECTURE_ID "STM8"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__ghs__)
|
||||
# if defined(__PPC64__)
|
||||
# define ARCHITECTURE_ID "PPC64"
|
||||
|
||||
# elif defined(__ppc__)
|
||||
# define ARCHITECTURE_ID "PPC"
|
||||
|
||||
# elif defined(__ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__x86_64__)
|
||||
# define ARCHITECTURE_ID "x64"
|
||||
|
||||
# elif defined(__i386__)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# if defined(__TI_ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__MSP430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__TMS320C28XX__)
|
||||
# define ARCHITECTURE_ID "TMS320C28x"
|
||||
|
||||
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
|
||||
# define ARCHITECTURE_ID "TMS320C6x"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#else
|
||||
# define ARCHITECTURE_ID
|
||||
#endif
|
||||
|
||||
/* Convert integer to decimal digit literals. */
|
||||
#define DEC(n) \
|
||||
('0' + (((n) / 10000000)%10)), \
|
||||
('0' + (((n) / 1000000)%10)), \
|
||||
('0' + (((n) / 100000)%10)), \
|
||||
('0' + (((n) / 10000)%10)), \
|
||||
('0' + (((n) / 1000)%10)), \
|
||||
('0' + (((n) / 100)%10)), \
|
||||
('0' + (((n) / 10)%10)), \
|
||||
('0' + ((n) % 10))
|
||||
|
||||
/* Convert integer to hex digit literals. */
|
||||
#define HEX(n) \
|
||||
('0' + ((n)>>28 & 0xF)), \
|
||||
('0' + ((n)>>24 & 0xF)), \
|
||||
('0' + ((n)>>20 & 0xF)), \
|
||||
('0' + ((n)>>16 & 0xF)), \
|
||||
('0' + ((n)>>12 & 0xF)), \
|
||||
('0' + ((n)>>8 & 0xF)), \
|
||||
('0' + ((n)>>4 & 0xF)), \
|
||||
('0' + ((n) & 0xF))
|
||||
|
||||
/* Construct a string literal encoding the version number. */
|
||||
#ifdef COMPILER_VERSION
|
||||
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
|
||||
|
||||
/* Construct a string literal encoding the version number components. */
|
||||
#elif defined(COMPILER_VERSION_MAJOR)
|
||||
char const info_version[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
|
||||
COMPILER_VERSION_MAJOR,
|
||||
# ifdef COMPILER_VERSION_MINOR
|
||||
'.', COMPILER_VERSION_MINOR,
|
||||
# ifdef COMPILER_VERSION_PATCH
|
||||
'.', COMPILER_VERSION_PATCH,
|
||||
# ifdef COMPILER_VERSION_TWEAK
|
||||
'.', COMPILER_VERSION_TWEAK,
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct a string literal encoding the internal version number. */
|
||||
#ifdef COMPILER_VERSION_INTERNAL
|
||||
char const info_version_internal[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
|
||||
'i','n','t','e','r','n','a','l','[',
|
||||
COMPILER_VERSION_INTERNAL,']','\0'};
|
||||
#elif defined(COMPILER_VERSION_INTERNAL_STR)
|
||||
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
|
||||
#endif
|
||||
|
||||
/* Construct a string literal encoding the version number components. */
|
||||
#ifdef SIMULATE_VERSION_MAJOR
|
||||
char const info_simulate_version[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
|
||||
SIMULATE_VERSION_MAJOR,
|
||||
# ifdef SIMULATE_VERSION_MINOR
|
||||
'.', SIMULATE_VERSION_MINOR,
|
||||
# ifdef SIMULATE_VERSION_PATCH
|
||||
'.', SIMULATE_VERSION_PATCH,
|
||||
# ifdef SIMULATE_VERSION_TWEAK
|
||||
'.', SIMULATE_VERSION_TWEAK,
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct the string literal in pieces to prevent the source from
|
||||
getting matched. Store it in a pointer rather than an array
|
||||
because some compilers will just produce instructions to fill the
|
||||
array rather than assigning a pointer to a static array. */
|
||||
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
|
||||
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
|
||||
|
||||
|
||||
|
||||
#if !defined(__STDC__) && !defined(__clang__)
|
||||
# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__)
|
||||
# define C_VERSION "90"
|
||||
# else
|
||||
# define C_VERSION
|
||||
# endif
|
||||
#elif __STDC_VERSION__ > 201710L
|
||||
# define C_VERSION "23"
|
||||
#elif __STDC_VERSION__ >= 201710L
|
||||
# define C_VERSION "17"
|
||||
#elif __STDC_VERSION__ >= 201000L
|
||||
# define C_VERSION "11"
|
||||
#elif __STDC_VERSION__ >= 199901L
|
||||
# define C_VERSION "99"
|
||||
#else
|
||||
# define C_VERSION "90"
|
||||
#endif
|
||||
const char* info_language_standard_default =
|
||||
"INFO" ":" "standard_default[" C_VERSION "]";
|
||||
|
||||
const char* info_language_extensions_default = "INFO" ":" "extensions_default["
|
||||
/* !defined(_MSC_VER) to exclude Clang's MSVC compatibility mode. */
|
||||
#if (defined(__clang__) || defined(__GNUC__) || \
|
||||
defined(__TI_COMPILER_VERSION__)) && \
|
||||
!defined(__STRICT_ANSI__) && !defined(_MSC_VER)
|
||||
"ON"
|
||||
#else
|
||||
"OFF"
|
||||
#endif
|
||||
"]";
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
#ifdef ID_VOID_MAIN
|
||||
void main() {}
|
||||
#else
|
||||
# if defined(__CLASSIC_C__)
|
||||
int main(argc, argv) int argc; char *argv[];
|
||||
# else
|
||||
int main(int argc, char* argv[])
|
||||
# endif
|
||||
{
|
||||
int require = 0;
|
||||
require += info_compiler[argc];
|
||||
require += info_platform[argc];
|
||||
require += info_arch[argc];
|
||||
#ifdef COMPILER_VERSION_MAJOR
|
||||
require += info_version[argc];
|
||||
#endif
|
||||
#ifdef COMPILER_VERSION_INTERNAL
|
||||
require += info_version_internal[argc];
|
||||
#endif
|
||||
#ifdef SIMULATE_ID
|
||||
require += info_simulate[argc];
|
||||
#endif
|
||||
#ifdef SIMULATE_VERSION_MAJOR
|
||||
require += info_simulate_version[argc];
|
||||
#endif
|
||||
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
||||
require += info_cray[argc];
|
||||
#endif
|
||||
require += info_language_standard_default[argc];
|
||||
require += info_language_extensions_default[argc];
|
||||
(void)argv;
|
||||
return require;
|
||||
}
|
||||
#endif
|
||||
BIN
Binary file not shown.
-791
@@ -1,791 +0,0 @@
|
||||
/* This source file must have a .cpp extension so that all C++ compilers
|
||||
recognize the extension without flags. Borland does not know .cxx for
|
||||
example. */
|
||||
#ifndef __cplusplus
|
||||
# error "A C compiler has been selected for C++."
|
||||
#endif
|
||||
|
||||
#if !defined(__has_include)
|
||||
/* If the compiler does not have __has_include, pretend the answer is
|
||||
always no. */
|
||||
# define __has_include(x) 0
|
||||
#endif
|
||||
|
||||
|
||||
/* Version number components: V=Version, R=Revision, P=Patch
|
||||
Version date components: YYYY=Year, MM=Month, DD=Day */
|
||||
|
||||
#if defined(__COMO__)
|
||||
# define COMPILER_ID "Comeau"
|
||||
/* __COMO_VERSION__ = VRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100)
|
||||
|
||||
#elif defined(__INTEL_COMPILER) || defined(__ICC)
|
||||
# define COMPILER_ID "Intel"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# if defined(__GNUC__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
# endif
|
||||
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
|
||||
except that a few beta releases use the old format with V=2021. */
|
||||
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
|
||||
# if defined(__INTEL_COMPILER_UPDATE)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
|
||||
# else
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
|
||||
# endif
|
||||
# else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
|
||||
/* The third version component from --version is an update index,
|
||||
but no macro is provided for it. */
|
||||
# define COMPILER_VERSION_PATCH DEC(0)
|
||||
# endif
|
||||
# if defined(__INTEL_COMPILER_BUILD_DATE)
|
||||
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
|
||||
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
|
||||
# endif
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
# if defined(__GNUC__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
# elif defined(__GNUG__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
||||
# endif
|
||||
# if defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
|
||||
# define COMPILER_ID "IntelLLVM"
|
||||
#if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
#endif
|
||||
#if defined(__GNUC__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
#endif
|
||||
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
|
||||
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
|
||||
* VVVV is no smaller than the current year when a version is released.
|
||||
*/
|
||||
#if __INTEL_LLVM_COMPILER < 1000000L
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
|
||||
#else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
|
||||
#endif
|
||||
#if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
#endif
|
||||
#if defined(__GNUC__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
#elif defined(__GNUG__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
||||
#endif
|
||||
#if defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
#endif
|
||||
#if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
#endif
|
||||
|
||||
#elif defined(__PATHCC__)
|
||||
# define COMPILER_ID "PathScale"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
|
||||
# if defined(__PATHCC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
|
||||
# define COMPILER_ID "Embarcadero"
|
||||
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
|
||||
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
|
||||
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
|
||||
|
||||
#elif defined(__BORLANDC__)
|
||||
# define COMPILER_ID "Borland"
|
||||
/* __BORLANDC__ = 0xVRR */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
|
||||
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
|
||||
|
||||
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
|
||||
# define COMPILER_ID "Watcom"
|
||||
/* __WATCOMC__ = VVRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
||||
# if (__WATCOMC__ % 10) > 0
|
||||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# define COMPILER_ID "OpenWatcom"
|
||||
/* __WATCOMC__ = VVRP + 1100 */
|
||||
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
||||
# if (__WATCOMC__ % 10) > 0
|
||||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__SUNPRO_CC)
|
||||
# define COMPILER_ID "SunPro"
|
||||
# if __SUNPRO_CC >= 0x5100
|
||||
/* __SUNPRO_CC = 0xVRRP */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
|
||||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
|
||||
# else
|
||||
/* __SUNPRO_CC = 0xVRP */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
|
||||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
|
||||
# endif
|
||||
|
||||
#elif defined(__HP_aCC)
|
||||
# define COMPILER_ID "HP"
|
||||
/* __HP_aCC = VVRRPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
|
||||
|
||||
#elif defined(__DECCXX)
|
||||
# define COMPILER_ID "Compaq"
|
||||
/* __DECCXX_VER = VVRRTPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000)
|
||||
|
||||
#elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
|
||||
# define COMPILER_ID "zOS"
|
||||
/* __IBMCPP__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
||||
|
||||
#elif defined(__ibmxl__) && defined(__clang__)
|
||||
# define COMPILER_ID "XLClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
|
||||
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
|
||||
|
||||
|
||||
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800
|
||||
# define COMPILER_ID "XL"
|
||||
/* __IBMCPP__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
||||
|
||||
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
|
||||
# define COMPILER_ID "VisualAge"
|
||||
/* __IBMCPP__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
||||
|
||||
#elif defined(__NVCOMPILER)
|
||||
# define COMPILER_ID "NVHPC"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
|
||||
# if defined(__NVCOMPILER_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(__PGI)
|
||||
# define COMPILER_ID "PGI"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
|
||||
# if defined(__PGIC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(_CRAYC)
|
||||
# define COMPILER_ID "Cray"
|
||||
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
|
||||
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# define COMPILER_ID "TI"
|
||||
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
|
||||
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
|
||||
|
||||
#elif defined(__CLANG_FUJITSU)
|
||||
# define COMPILER_ID "FujitsuClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
||||
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
|
||||
|
||||
|
||||
#elif defined(__FUJITSU)
|
||||
# define COMPILER_ID "Fujitsu"
|
||||
# if defined(__FCC_version__)
|
||||
# define COMPILER_VERSION __FCC_version__
|
||||
# elif defined(__FCC_major__)
|
||||
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
||||
# endif
|
||||
# if defined(__fcc_version)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
|
||||
# elif defined(__FCC_VERSION)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
|
||||
# endif
|
||||
|
||||
|
||||
#elif defined(__ghs__)
|
||||
# define COMPILER_ID "GHS"
|
||||
/* __GHS_VERSION_NUMBER = VVVVRP */
|
||||
# ifdef __GHS_VERSION_NUMBER
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__SCO_VERSION__)
|
||||
# define COMPILER_ID "SCO"
|
||||
|
||||
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
|
||||
# define COMPILER_ID "ARMCC"
|
||||
#if __ARMCC_VERSION >= 1000000
|
||||
/* __ARMCC_VERSION = VRRPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
||||
#else
|
||||
/* __ARMCC_VERSION = VRPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
||||
#endif
|
||||
|
||||
|
||||
#elif defined(__clang__) && defined(__apple_build_version__)
|
||||
# define COMPILER_ID "AppleClang"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
|
||||
|
||||
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
|
||||
# define COMPILER_ID "ARMClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
|
||||
|
||||
#elif defined(__clang__)
|
||||
# define COMPILER_ID "Clang"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
|
||||
#elif defined(__GNUC__) || defined(__GNUG__)
|
||||
# define COMPILER_ID "GNU"
|
||||
# if defined(__GNUC__)
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
|
||||
# else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GNUG__)
|
||||
# endif
|
||||
# if defined(__GNUC_MINOR__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(_MSC_VER)
|
||||
# define COMPILER_ID "MSVC"
|
||||
/* _MSC_VER = VVRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# if defined(_MSC_FULL_VER)
|
||||
# if _MSC_VER >= 1400
|
||||
/* _MSC_FULL_VER = VVRRPPPPP */
|
||||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
|
||||
# else
|
||||
/* _MSC_FULL_VER = VVRRPPPP */
|
||||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
|
||||
# endif
|
||||
# endif
|
||||
# if defined(_MSC_BUILD)
|
||||
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
|
||||
# endif
|
||||
|
||||
#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
|
||||
# define COMPILER_ID "ADSP"
|
||||
#if defined(__VISUALDSPVERSION__)
|
||||
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
|
||||
# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
|
||||
#endif
|
||||
|
||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
||||
# define COMPILER_ID "IAR"
|
||||
# if defined(__VER__) && defined(__ICCARM__)
|
||||
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
|
||||
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
||||
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
|
||||
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
|
||||
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
||||
# endif
|
||||
|
||||
|
||||
/* These compilers are either not known or too old to define an
|
||||
identification macro. Try to identify the platform and guess that
|
||||
it is the native compiler. */
|
||||
#elif defined(__hpux) || defined(__hpua)
|
||||
# define COMPILER_ID "HP"
|
||||
|
||||
#else /* unknown compiler */
|
||||
# define COMPILER_ID ""
|
||||
#endif
|
||||
|
||||
/* Construct the string literal in pieces to prevent the source from
|
||||
getting matched. Store it in a pointer rather than an array
|
||||
because some compilers will just produce instructions to fill the
|
||||
array rather than assigning a pointer to a static array. */
|
||||
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
|
||||
#ifdef SIMULATE_ID
|
||||
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
|
||||
#endif
|
||||
|
||||
#ifdef __QNXNTO__
|
||||
char const* qnxnto = "INFO" ":" "qnxnto[]";
|
||||
#endif
|
||||
|
||||
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
||||
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
|
||||
#endif
|
||||
|
||||
#define STRINGIFY_HELPER(X) #X
|
||||
#define STRINGIFY(X) STRINGIFY_HELPER(X)
|
||||
|
||||
/* Identify known platforms by name. */
|
||||
#if defined(__linux) || defined(__linux__) || defined(linux)
|
||||
# define PLATFORM_ID "Linux"
|
||||
|
||||
#elif defined(__MSYS__)
|
||||
# define PLATFORM_ID "MSYS"
|
||||
|
||||
#elif defined(__CYGWIN__)
|
||||
# define PLATFORM_ID "Cygwin"
|
||||
|
||||
#elif defined(__MINGW32__)
|
||||
# define PLATFORM_ID "MinGW"
|
||||
|
||||
#elif defined(__APPLE__)
|
||||
# define PLATFORM_ID "Darwin"
|
||||
|
||||
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
|
||||
# define PLATFORM_ID "Windows"
|
||||
|
||||
#elif defined(__FreeBSD__) || defined(__FreeBSD)
|
||||
# define PLATFORM_ID "FreeBSD"
|
||||
|
||||
#elif defined(__NetBSD__) || defined(__NetBSD)
|
||||
# define PLATFORM_ID "NetBSD"
|
||||
|
||||
#elif defined(__OpenBSD__) || defined(__OPENBSD)
|
||||
# define PLATFORM_ID "OpenBSD"
|
||||
|
||||
#elif defined(__sun) || defined(sun)
|
||||
# define PLATFORM_ID "SunOS"
|
||||
|
||||
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
|
||||
# define PLATFORM_ID "AIX"
|
||||
|
||||
#elif defined(__hpux) || defined(__hpux__)
|
||||
# define PLATFORM_ID "HP-UX"
|
||||
|
||||
#elif defined(__HAIKU__)
|
||||
# define PLATFORM_ID "Haiku"
|
||||
|
||||
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
|
||||
# define PLATFORM_ID "BeOS"
|
||||
|
||||
#elif defined(__QNX__) || defined(__QNXNTO__)
|
||||
# define PLATFORM_ID "QNX"
|
||||
|
||||
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
|
||||
# define PLATFORM_ID "Tru64"
|
||||
|
||||
#elif defined(__riscos) || defined(__riscos__)
|
||||
# define PLATFORM_ID "RISCos"
|
||||
|
||||
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
|
||||
# define PLATFORM_ID "SINIX"
|
||||
|
||||
#elif defined(__UNIX_SV__)
|
||||
# define PLATFORM_ID "UNIX_SV"
|
||||
|
||||
#elif defined(__bsdos__)
|
||||
# define PLATFORM_ID "BSDOS"
|
||||
|
||||
#elif defined(_MPRAS) || defined(MPRAS)
|
||||
# define PLATFORM_ID "MP-RAS"
|
||||
|
||||
#elif defined(__osf) || defined(__osf__)
|
||||
# define PLATFORM_ID "OSF1"
|
||||
|
||||
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
|
||||
# define PLATFORM_ID "SCO_SV"
|
||||
|
||||
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
|
||||
# define PLATFORM_ID "ULTRIX"
|
||||
|
||||
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
|
||||
# define PLATFORM_ID "Xenix"
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# if defined(__LINUX__)
|
||||
# define PLATFORM_ID "Linux"
|
||||
|
||||
# elif defined(__DOS__)
|
||||
# define PLATFORM_ID "DOS"
|
||||
|
||||
# elif defined(__OS2__)
|
||||
# define PLATFORM_ID "OS2"
|
||||
|
||||
# elif defined(__WINDOWS__)
|
||||
# define PLATFORM_ID "Windows3x"
|
||||
|
||||
# elif defined(__VXWORKS__)
|
||||
# define PLATFORM_ID "VxWorks"
|
||||
|
||||
# else /* unknown platform */
|
||||
# define PLATFORM_ID
|
||||
# endif
|
||||
|
||||
#elif defined(__INTEGRITY)
|
||||
# if defined(INT_178B)
|
||||
# define PLATFORM_ID "Integrity178"
|
||||
|
||||
# else /* regular Integrity */
|
||||
# define PLATFORM_ID "Integrity"
|
||||
# endif
|
||||
|
||||
#else /* unknown platform */
|
||||
# define PLATFORM_ID
|
||||
|
||||
#endif
|
||||
|
||||
/* For windows compilers MSVC and Intel we can determine
|
||||
the architecture of the compiler being used. This is because
|
||||
the compilers do not have flags that can change the architecture,
|
||||
but rather depend on which compiler is being used
|
||||
*/
|
||||
#if defined(_WIN32) && defined(_MSC_VER)
|
||||
# if defined(_M_IA64)
|
||||
# define ARCHITECTURE_ID "IA64"
|
||||
|
||||
# elif defined(_M_ARM64EC)
|
||||
# define ARCHITECTURE_ID "ARM64EC"
|
||||
|
||||
# elif defined(_M_X64) || defined(_M_AMD64)
|
||||
# define ARCHITECTURE_ID "x64"
|
||||
|
||||
# elif defined(_M_IX86)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# elif defined(_M_ARM64)
|
||||
# define ARCHITECTURE_ID "ARM64"
|
||||
|
||||
# elif defined(_M_ARM)
|
||||
# if _M_ARM == 4
|
||||
# define ARCHITECTURE_ID "ARMV4I"
|
||||
# elif _M_ARM == 5
|
||||
# define ARCHITECTURE_ID "ARMV5I"
|
||||
# else
|
||||
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
|
||||
# endif
|
||||
|
||||
# elif defined(_M_MIPS)
|
||||
# define ARCHITECTURE_ID "MIPS"
|
||||
|
||||
# elif defined(_M_SH)
|
||||
# define ARCHITECTURE_ID "SHx"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# if defined(_M_I86)
|
||||
# define ARCHITECTURE_ID "I86"
|
||||
|
||||
# elif defined(_M_IX86)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
||||
# if defined(__ICCARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__ICCRX__)
|
||||
# define ARCHITECTURE_ID "RX"
|
||||
|
||||
# elif defined(__ICCRH850__)
|
||||
# define ARCHITECTURE_ID "RH850"
|
||||
|
||||
# elif defined(__ICCRL78__)
|
||||
# define ARCHITECTURE_ID "RL78"
|
||||
|
||||
# elif defined(__ICCRISCV__)
|
||||
# define ARCHITECTURE_ID "RISCV"
|
||||
|
||||
# elif defined(__ICCAVR__)
|
||||
# define ARCHITECTURE_ID "AVR"
|
||||
|
||||
# elif defined(__ICC430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__ICCV850__)
|
||||
# define ARCHITECTURE_ID "V850"
|
||||
|
||||
# elif defined(__ICC8051__)
|
||||
# define ARCHITECTURE_ID "8051"
|
||||
|
||||
# elif defined(__ICCSTM8__)
|
||||
# define ARCHITECTURE_ID "STM8"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__ghs__)
|
||||
# if defined(__PPC64__)
|
||||
# define ARCHITECTURE_ID "PPC64"
|
||||
|
||||
# elif defined(__ppc__)
|
||||
# define ARCHITECTURE_ID "PPC"
|
||||
|
||||
# elif defined(__ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__x86_64__)
|
||||
# define ARCHITECTURE_ID "x64"
|
||||
|
||||
# elif defined(__i386__)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# if defined(__TI_ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__MSP430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__TMS320C28XX__)
|
||||
# define ARCHITECTURE_ID "TMS320C28x"
|
||||
|
||||
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
|
||||
# define ARCHITECTURE_ID "TMS320C6x"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#else
|
||||
# define ARCHITECTURE_ID
|
||||
#endif
|
||||
|
||||
/* Convert integer to decimal digit literals. */
|
||||
#define DEC(n) \
|
||||
('0' + (((n) / 10000000)%10)), \
|
||||
('0' + (((n) / 1000000)%10)), \
|
||||
('0' + (((n) / 100000)%10)), \
|
||||
('0' + (((n) / 10000)%10)), \
|
||||
('0' + (((n) / 1000)%10)), \
|
||||
('0' + (((n) / 100)%10)), \
|
||||
('0' + (((n) / 10)%10)), \
|
||||
('0' + ((n) % 10))
|
||||
|
||||
/* Convert integer to hex digit literals. */
|
||||
#define HEX(n) \
|
||||
('0' + ((n)>>28 & 0xF)), \
|
||||
('0' + ((n)>>24 & 0xF)), \
|
||||
('0' + ((n)>>20 & 0xF)), \
|
||||
('0' + ((n)>>16 & 0xF)), \
|
||||
('0' + ((n)>>12 & 0xF)), \
|
||||
('0' + ((n)>>8 & 0xF)), \
|
||||
('0' + ((n)>>4 & 0xF)), \
|
||||
('0' + ((n) & 0xF))
|
||||
|
||||
/* Construct a string literal encoding the version number. */
|
||||
#ifdef COMPILER_VERSION
|
||||
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
|
||||
|
||||
/* Construct a string literal encoding the version number components. */
|
||||
#elif defined(COMPILER_VERSION_MAJOR)
|
||||
char const info_version[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
|
||||
COMPILER_VERSION_MAJOR,
|
||||
# ifdef COMPILER_VERSION_MINOR
|
||||
'.', COMPILER_VERSION_MINOR,
|
||||
# ifdef COMPILER_VERSION_PATCH
|
||||
'.', COMPILER_VERSION_PATCH,
|
||||
# ifdef COMPILER_VERSION_TWEAK
|
||||
'.', COMPILER_VERSION_TWEAK,
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct a string literal encoding the internal version number. */
|
||||
#ifdef COMPILER_VERSION_INTERNAL
|
||||
char const info_version_internal[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
|
||||
'i','n','t','e','r','n','a','l','[',
|
||||
COMPILER_VERSION_INTERNAL,']','\0'};
|
||||
#elif defined(COMPILER_VERSION_INTERNAL_STR)
|
||||
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
|
||||
#endif
|
||||
|
||||
/* Construct a string literal encoding the version number components. */
|
||||
#ifdef SIMULATE_VERSION_MAJOR
|
||||
char const info_simulate_version[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
|
||||
SIMULATE_VERSION_MAJOR,
|
||||
# ifdef SIMULATE_VERSION_MINOR
|
||||
'.', SIMULATE_VERSION_MINOR,
|
||||
# ifdef SIMULATE_VERSION_PATCH
|
||||
'.', SIMULATE_VERSION_PATCH,
|
||||
# ifdef SIMULATE_VERSION_TWEAK
|
||||
'.', SIMULATE_VERSION_TWEAK,
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct the string literal in pieces to prevent the source from
|
||||
getting matched. Store it in a pointer rather than an array
|
||||
because some compilers will just produce instructions to fill the
|
||||
array rather than assigning a pointer to a static array. */
|
||||
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
|
||||
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
|
||||
|
||||
|
||||
|
||||
#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L
|
||||
# if defined(__INTEL_CXX11_MODE__)
|
||||
# if defined(__cpp_aggregate_nsdmi)
|
||||
# define CXX_STD 201402L
|
||||
# else
|
||||
# define CXX_STD 201103L
|
||||
# endif
|
||||
# else
|
||||
# define CXX_STD 199711L
|
||||
# endif
|
||||
#elif defined(_MSC_VER) && defined(_MSVC_LANG)
|
||||
# define CXX_STD _MSVC_LANG
|
||||
#else
|
||||
# define CXX_STD __cplusplus
|
||||
#endif
|
||||
|
||||
const char* info_language_standard_default = "INFO" ":" "standard_default["
|
||||
#if CXX_STD > 202002L
|
||||
"23"
|
||||
#elif CXX_STD > 201703L
|
||||
"20"
|
||||
#elif CXX_STD >= 201703L
|
||||
"17"
|
||||
#elif CXX_STD >= 201402L
|
||||
"14"
|
||||
#elif CXX_STD >= 201103L
|
||||
"11"
|
||||
#else
|
||||
"98"
|
||||
#endif
|
||||
"]";
|
||||
|
||||
const char* info_language_extensions_default = "INFO" ":" "extensions_default["
|
||||
/* !defined(_MSC_VER) to exclude Clang's MSVC compatibility mode. */
|
||||
#if (defined(__clang__) || defined(__GNUC__) || \
|
||||
defined(__TI_COMPILER_VERSION__)) && \
|
||||
!defined(__STRICT_ANSI__) && !defined(_MSC_VER)
|
||||
"ON"
|
||||
#else
|
||||
"OFF"
|
||||
#endif
|
||||
"]";
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
int require = 0;
|
||||
require += info_compiler[argc];
|
||||
require += info_platform[argc];
|
||||
#ifdef COMPILER_VERSION_MAJOR
|
||||
require += info_version[argc];
|
||||
#endif
|
||||
#ifdef COMPILER_VERSION_INTERNAL
|
||||
require += info_version_internal[argc];
|
||||
#endif
|
||||
#ifdef SIMULATE_ID
|
||||
require += info_simulate[argc];
|
||||
#endif
|
||||
#ifdef SIMULATE_VERSION_MAJOR
|
||||
require += info_simulate_version[argc];
|
||||
#endif
|
||||
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
||||
require += info_cray[argc];
|
||||
#endif
|
||||
require += info_language_standard_default[argc];
|
||||
require += info_language_extensions_default[argc];
|
||||
(void)argv;
|
||||
return require;
|
||||
}
|
||||
BIN
Binary file not shown.
@@ -1,14 +0,0 @@
|
||||
E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/CMakeFiles/tsopus.dir
|
||||
E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/CMakeFiles/edit_cache.dir
|
||||
E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/CMakeFiles/rebuild_cache.dir
|
||||
E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/CMakeFiles/list_install_components.dir
|
||||
E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/CMakeFiles/install.dir
|
||||
E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/CMakeFiles/install/local.dir
|
||||
E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/CMakeFiles/install/strip.dir
|
||||
E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build/CMakeFiles/opus.dir
|
||||
E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build/CMakeFiles/edit_cache.dir
|
||||
E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build/CMakeFiles/rebuild_cache.dir
|
||||
E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build/CMakeFiles/list_install_components.dir
|
||||
E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build/CMakeFiles/install.dir
|
||||
E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build/CMakeFiles/install/local.dir
|
||||
E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build/CMakeFiles/install/strip.dir
|
||||
@@ -1 +0,0 @@
|
||||
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
|
||||
@@ -1,85 +0,0 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Ninja" Generator, CMake Version 3.22
|
||||
|
||||
# This file contains all the rules used to get the outputs files
|
||||
# built from the input files.
|
||||
# It is included in the main 'build.ninja'.
|
||||
|
||||
# =============================================================================
|
||||
# Project: tsopus
|
||||
# Configurations: Debug
|
||||
# =============================================================================
|
||||
# =============================================================================
|
||||
|
||||
#############################################
|
||||
# Rule for compiling CXX files.
|
||||
|
||||
rule CXX_COMPILER__tsopus_Debug
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = D:\Android\sdk\ndk\27.0.12077973\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building CXX object $out
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for linking CXX shared library.
|
||||
|
||||
rule CXX_SHARED_LIBRARY_LINKER__tsopus_Debug
|
||||
command = cmd.exe /C "$PRE_LINK && D:\Android\sdk\ndk\27.0.12077973\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -fPIC $LANGUAGE_COMPILE_FLAGS $ARCH_FLAGS $LINK_FLAGS -shared $SONAME_FLAG$SONAME -o $TARGET_FILE $in $LINK_PATH $LINK_LIBRARIES && $POST_BUILD"
|
||||
description = Linking CXX shared library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for running custom commands.
|
||||
|
||||
rule CUSTOM_COMMAND
|
||||
command = $COMMAND
|
||||
description = $DESC
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for compiling C files.
|
||||
|
||||
rule C_COMPILER__opus_Debug
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = D:\Android\sdk\ndk\27.0.12077973\toolchains\llvm\prebuilt\windows-x86_64\bin\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER__opus_Debug
|
||||
command = cmd.exe /C "$PRE_LINK && D:\Android\sdk\cmake\3.22.1\bin\cmake.exe -E rm -f $TARGET_FILE && D:\Android\sdk\ndk\27.0.12077973\toolchains\llvm\prebuilt\windows-x86_64\bin\llvm-ar.exe qc $TARGET_FILE $LINK_FLAGS @$RSP_FILE && D:\Android\sdk\ndk\27.0.12077973\toolchains\llvm\prebuilt\windows-x86_64\bin\llvm-ranlib.exe $TARGET_FILE && $POST_BUILD"
|
||||
description = Linking C static library $TARGET_FILE
|
||||
rspfile = $RSP_FILE
|
||||
rspfile_content = $in $LINK_PATH $LINK_LIBRARIES
|
||||
restat = $RESTAT
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for re-running cmake.
|
||||
|
||||
rule RERUN_CMAKE
|
||||
command = D:\Android\sdk\cmake\3.22.1\bin\cmake.exe --regenerate-during-build -SE:\MyProject\ts-mobile-go\android\app\src\main\cpp -BE:\MyProject\ts-mobile-go\android\app\.cxx\Debug\73414y1y\arm64-v8a
|
||||
description = Re-running CMake...
|
||||
generator = 1
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for cleaning all built files.
|
||||
|
||||
rule CLEAN
|
||||
command = D:\Android\sdk\cmake\3.22.1\bin\ninja.exe $FILE_ARG -t clean $TARGETS
|
||||
description = Cleaning all built files...
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for printing all primary targets available.
|
||||
|
||||
rule HELP
|
||||
command = D:\Android\sdk\cmake\3.22.1\bin\ninja.exe -t targets
|
||||
description = All primary targets available:
|
||||
|
||||
Binary file not shown.
@@ -1,235 +0,0 @@
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\include\opus.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\include\opus_multistream.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\include\opus_projection.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\src\opus_private.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\src\analysis.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\src\mapping_matrix.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\src\mlp.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\include\opus_defines.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\include\opus_types.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\debug.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\control.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\errors.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\API.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\typedef.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\define.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\main.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\x86\main_sse.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\PLC.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\structs.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\tables.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\tuning_parameters.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\Inlines.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\MacroCount.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\MacroDebug.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\macros.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\NSQ.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\pitch_est_defines.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\resampler_private.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\resampler_rom.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\resampler_structs.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\SigProc_FIX.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\x86\SigProc_FIX_sse.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\arm\biquad_alt_arm.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\arm\LPC_inv_pred_gain_arm.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\arm\macros_armv4.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\arm\macros_armv5e.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\arm\macros_arm64.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\arm\SigProc_FIX_armv4.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\arm\SigProc_FIX_armv5e.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\arm\NSQ_del_dec_arm.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\arm\NSQ_neon.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\fixed\main_FIX.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\fixed\structs_FIX.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\fixed\arm\warped_autocorrelation_FIX_arm.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\fixed\mips\noise_shape_analysis_FIX_mipsr1.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\fixed\mips\warped_autocorrelation_FIX_mipsr1.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\float\main_FLP.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\float\structs_FLP.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\float\SigProc_FLP.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\mips\macros_mipsr1.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\mips\NSQ_del_dec_mipsr1.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\mips\sigproc_fix_mipsr1.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\CNG.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\code_signs.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\init_decoder.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\decode_core.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\decode_frame.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\decode_parameters.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\decode_indices.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\decode_pulses.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\decoder_set_fs.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\dec_API.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\enc_API.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\encode_indices.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\encode_pulses.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\gain_quant.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\interpolate.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\LP_variable_cutoff.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\NLSF_decode.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\NSQ.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\NSQ_del_dec.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\PLC.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\shell_coder.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\tables_gain.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\tables_LTP.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\tables_NLSF_CB_NB_MB.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\tables_NLSF_CB_WB.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\tables_other.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\tables_pitch_lag.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\tables_pulses_per_block.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\VAD.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\control_audio_bandwidth.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\quant_LTP_gains.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\VQ_WMat_EC.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\HP_variable_cutoff.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\NLSF_encode.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\NLSF_VQ.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\NLSF_unpack.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\NLSF_del_dec_quant.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\process_NLSFs.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\stereo_LR_to_MS.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\stereo_MS_to_LR.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\check_control_input.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\control_SNR.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\init_encoder.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\control_codec.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\A2NLSF.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\ana_filt_bank_1.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\biquad_alt.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\bwexpander_32.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\bwexpander.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\debug.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\decode_pitch.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\inner_prod_aligned.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\lin2log.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\log2lin.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\LPC_analysis_filter.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\LPC_inv_pred_gain.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\table_LSF_cos.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\NLSF2A.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\NLSF_stabilize.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\NLSF_VQ_weights_laroia.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\pitch_est_tables.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\resampler.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\resampler_down2_3.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\resampler_down2.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\resampler_private_AR2.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\resampler_private_down_FIR.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\resampler_private_IIR_FIR.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\resampler_private_up2_HQ.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\resampler_rom.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\sigm_Q15.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\sort.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\sum_sqr_shift.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\stereo_decode_pred.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\stereo_encode_pred.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\stereo_find_predictor.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\stereo_quant_pred.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\LPC_fit.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\arch.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\bands.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\celt.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\cpu_support.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\include\opus_custom.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\cwrs.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\ecintrin.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\entcode.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\entdec.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\entenc.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\fixed_debug.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\fixed_generic.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\float_cast.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\_kiss_fft_guts.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\kiss_fft.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\laplace.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\mathops.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\mdct.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\mfrngcod.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\modes.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\os_support.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\pitch.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\celt_lpc.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\x86\celt_lpc_sse.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\quant_bands.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\rate.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\stack_alloc.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\vq.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\static_modes_float.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\static_modes_fixed.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\static_modes_float_arm_ne10.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\static_modes_fixed_arm_ne10.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\arm\armcpu.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\arm\fixed_armv4.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\arm\fixed_armv5e.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\arm\fixed_arm64.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\arm\kiss_fft_armv4.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\arm\kiss_fft_armv5e.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\arm\pitch_arm.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\arm\fft_arm.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\arm\mdct_arm.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\mips\celt_mipsr1.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\mips\fixed_generic_mipsr1.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\mips\kiss_fft_mipsr1.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\mips\mdct_mipsr1.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\mips\pitch_mipsr1.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\mips\vq_mipsr1.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\x86\pitch_sse.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\x86\vq_sse.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\x86\x86_arch_macros.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\x86\x86cpu.h
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\bands.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\celt.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\celt_encoder.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\celt_decoder.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\cwrs.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\entcode.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\entdec.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\entenc.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\kiss_fft.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\laplace.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\mathops.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\mdct.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\modes.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\pitch.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\celt_lpc.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\quant_bands.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\rate.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\vq.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\float\apply_sine_window_FLP.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\float\corrMatrix_FLP.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\float\encode_frame_FLP.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\float\find_LPC_FLP.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\float\find_LTP_FLP.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\float\find_pitch_lags_FLP.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\float\find_pred_coefs_FLP.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\float\LPC_analysis_filter_FLP.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\float\LTP_analysis_filter_FLP.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\float\LTP_scale_ctrl_FLP.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\float\noise_shape_analysis_FLP.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\float\process_gains_FLP.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\float\regularize_correlations_FLP.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\float\residual_energy_FLP.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\float\warped_autocorrelation_FLP.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\float\wrappers_FLP.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\float\autocorrelation_FLP.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\float\burg_modified_FLP.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\float\bwexpander_FLP.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\float\energy_FLP.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\float\inner_product_FLP.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\float\k2a_FLP.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\float\LPC_inv_pred_gain_FLP.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\float\pitch_analysis_core_FLP.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\float\scale_copy_vector_FLP.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\float\scale_vector_FLP.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\float\schur_FLP.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\float\sort_FLP.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\arm\armcpu.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\arm\arm_celt_map.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\arm\arm_silk_map.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\arm\celt_neon_intr.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\celt\arm\pitch_neon_intr.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\arm\biquad_alt_neon_intr.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\arm\LPC_inv_pred_gain_neon_intr.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\arm\NSQ_del_dec_neon_intr.c
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\silk\arm\NSQ_neon.c
|
||||
@@ -1,54 +0,0 @@
|
||||
{
|
||||
"buildFiles": [
|
||||
"E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\CMakeLists.txt",
|
||||
"E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\cmake\\CFeatureCheck.cmake",
|
||||
"E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\cmake\\config.h.cmake.in",
|
||||
"E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\cmake\\OpusBuildtype.cmake",
|
||||
"E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\cmake\\OpusConfig.cmake",
|
||||
"E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\cmake\\OpusFunctions.cmake",
|
||||
"E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\cmake\\OpusPackageVersion.cmake",
|
||||
"E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\cmake\\OpusSources.cmake",
|
||||
"E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\CMakeLists.txt"
|
||||
],
|
||||
"cleanCommandsComponents": [
|
||||
[
|
||||
"D:\\Android\\sdk\\cmake\\3.22.1\\bin\\ninja.exe",
|
||||
"-C",
|
||||
"E:\\MyProject\\ts-mobile-go\\android\\app\\.cxx\\Debug\\73414y1y\\arm64-v8a",
|
||||
"clean"
|
||||
]
|
||||
],
|
||||
"buildTargetsCommandComponents": [
|
||||
"D:\\Android\\sdk\\cmake\\3.22.1\\bin\\ninja.exe",
|
||||
"-C",
|
||||
"E:\\MyProject\\ts-mobile-go\\android\\app\\.cxx\\Debug\\73414y1y\\arm64-v8a",
|
||||
"{LIST_OF_TARGETS_TO_BUILD}"
|
||||
],
|
||||
"libraries": {
|
||||
"opus::@2ab3f06c54ff1393c1ba": {
|
||||
"toolchain": "toolchain",
|
||||
"abi": "arm64-v8a",
|
||||
"artifactName": "opus",
|
||||
"output": "E:\\MyProject\\ts-mobile-go\\android\\app\\.cxx\\Debug\\73414y1y\\arm64-v8a\\opus-build\\libopus.a"
|
||||
},
|
||||
"tsopus::@6890427a1f51a3e7e1df": {
|
||||
"toolchain": "toolchain",
|
||||
"abi": "arm64-v8a",
|
||||
"artifactName": "tsopus",
|
||||
"output": "E:\\MyProject\\ts-mobile-go\\android\\app\\build\\intermediates\\cxx\\Debug\\73414y1y\\obj\\arm64-v8a\\libtsopus.so",
|
||||
"runtimeFiles": []
|
||||
}
|
||||
},
|
||||
"toolchains": {
|
||||
"toolchain": {
|
||||
"cCompilerExecutable": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe",
|
||||
"cppCompilerExecutable": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang++.exe"
|
||||
}
|
||||
},
|
||||
"cFileExtensions": [
|
||||
"c"
|
||||
],
|
||||
"cppFileExtensions": [
|
||||
"cpp"
|
||||
]
|
||||
}
|
||||
@@ -1,41 +0,0 @@
|
||||
{
|
||||
"buildFiles": [
|
||||
"E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\CMakeLists.txt",
|
||||
"E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\cmake\\CFeatureCheck.cmake",
|
||||
"E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\cmake\\config.h.cmake.in",
|
||||
"E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\cmake\\OpusBuildtype.cmake",
|
||||
"E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\cmake\\OpusConfig.cmake",
|
||||
"E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\cmake\\OpusFunctions.cmake",
|
||||
"E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\cmake\\OpusPackageVersion.cmake",
|
||||
"E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\cmake\\OpusSources.cmake",
|
||||
"E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\CMakeLists.txt"
|
||||
],
|
||||
"cleanCommandsComponents": [
|
||||
[
|
||||
"D:\\Android\\sdk\\cmake\\3.22.1\\bin\\ninja.exe",
|
||||
"-C",
|
||||
"E:\\MyProject\\ts-mobile-go\\android\\app\\.cxx\\Debug\\73414y1y\\arm64-v8a",
|
||||
"clean"
|
||||
]
|
||||
],
|
||||
"buildTargetsCommandComponents": [
|
||||
"D:\\Android\\sdk\\cmake\\3.22.1\\bin\\ninja.exe",
|
||||
"-C",
|
||||
"E:\\MyProject\\ts-mobile-go\\android\\app\\.cxx\\Debug\\73414y1y\\arm64-v8a",
|
||||
"{LIST_OF_TARGETS_TO_BUILD}"
|
||||
],
|
||||
"libraries": {
|
||||
"opus::@2ab3f06c54ff1393c1ba": {
|
||||
"artifactName": "opus",
|
||||
"abi": "arm64-v8a",
|
||||
"output": "E:\\MyProject\\ts-mobile-go\\android\\app\\.cxx\\Debug\\73414y1y\\arm64-v8a\\opus-build\\libopus.a",
|
||||
"runtimeFiles": []
|
||||
},
|
||||
"tsopus::@6890427a1f51a3e7e1df": {
|
||||
"artifactName": "tsopus",
|
||||
"abi": "arm64-v8a",
|
||||
"output": "E:\\MyProject\\ts-mobile-go\\android\\app\\build\\intermediates\\cxx\\Debug\\73414y1y\\obj\\arm64-v8a\\libtsopus.so",
|
||||
"runtimeFiles": []
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -1,9 +0,0 @@
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\CMakeLists.txt
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\cmake\CFeatureCheck.cmake
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\cmake\config.h.cmake.in
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\cmake\OpusBuildtype.cmake
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\cmake\OpusConfig.cmake
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\cmake\OpusFunctions.cmake
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\cmake\OpusPackageVersion.cmake
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\cmake\OpusSources.cmake
|
||||
E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\CMakeLists.txt
|
||||
@@ -1,54 +0,0 @@
|
||||
# Install script for directory: E:/MyProject/ts-mobile-go/android/app/src/main/cpp
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/tsopus")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "Debug")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Install shared libraries without execute permission?
|
||||
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
|
||||
set(CMAKE_INSTALL_SO_NO_EXE "0")
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||
endif()
|
||||
|
||||
# Set default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/bin/llvm-objdump.exe")
|
||||
endif()
|
||||
|
||||
if(CMAKE_INSTALL_COMPONENT)
|
||||
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
|
||||
else()
|
||||
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
|
||||
endif()
|
||||
|
||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||
file(WRITE "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/${CMAKE_INSTALL_MANIFEST}"
|
||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||
@@ -1,737 +0,0 @@
|
||||
[
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang++.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -Dtsopus_EXPORTS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -o CMakeFiles\\tsopus.dir\\opus_jni.cpp.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\opus_jni.cpp",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\opus_jni.cpp"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\src\\opus.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\src\\opus.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\src\\opus.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\src\\opus_decoder.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\src\\opus_decoder.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\src\\opus_decoder.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\src\\opus_encoder.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\src\\opus_encoder.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\src\\opus_encoder.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\src\\extensions.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\src\\extensions.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\src\\extensions.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\src\\opus_multistream.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\src\\opus_multistream.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\src\\opus_multistream.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\src\\opus_multistream_encoder.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\src\\opus_multistream_encoder.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\src\\opus_multistream_encoder.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\src\\opus_multistream_decoder.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\src\\opus_multistream_decoder.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\src\\opus_multistream_decoder.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\src\\repacketizer.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\src\\repacketizer.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\src\\repacketizer.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\src\\opus_projection_encoder.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\src\\opus_projection_encoder.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\src\\opus_projection_encoder.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\src\\opus_projection_decoder.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\src\\opus_projection_decoder.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\src\\opus_projection_decoder.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\src\\mapping_matrix.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\src\\mapping_matrix.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\src\\mapping_matrix.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\src\\analysis.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\src\\analysis.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\src\\analysis.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\src\\mlp.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\src\\mlp.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\src\\mlp.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\src\\mlp_data.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\src\\mlp_data.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\src\\mlp_data.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\CNG.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\CNG.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\CNG.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\code_signs.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\code_signs.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\code_signs.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\init_decoder.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\init_decoder.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\init_decoder.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\decode_core.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\decode_core.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\decode_core.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\decode_frame.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\decode_frame.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\decode_frame.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\decode_parameters.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\decode_parameters.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\decode_parameters.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\decode_indices.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\decode_indices.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\decode_indices.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\decode_pulses.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\decode_pulses.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\decode_pulses.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\decoder_set_fs.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\decoder_set_fs.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\decoder_set_fs.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\dec_API.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\dec_API.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\dec_API.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\enc_API.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\enc_API.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\enc_API.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\encode_indices.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\encode_indices.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\encode_indices.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\encode_pulses.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\encode_pulses.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\encode_pulses.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\gain_quant.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\gain_quant.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\gain_quant.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\interpolate.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\interpolate.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\interpolate.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\LP_variable_cutoff.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\LP_variable_cutoff.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\LP_variable_cutoff.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\NLSF_decode.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\NLSF_decode.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\NLSF_decode.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\NSQ.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\NSQ.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\NSQ.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\NSQ_del_dec.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\NSQ_del_dec.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\NSQ_del_dec.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\PLC.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\PLC.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\PLC.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\shell_coder.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\shell_coder.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\shell_coder.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\tables_gain.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\tables_gain.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\tables_gain.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\tables_LTP.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\tables_LTP.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\tables_LTP.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\tables_NLSF_CB_NB_MB.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\tables_NLSF_CB_NB_MB.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\tables_NLSF_CB_NB_MB.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\tables_NLSF_CB_WB.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\tables_NLSF_CB_WB.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\tables_NLSF_CB_WB.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\tables_other.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\tables_other.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\tables_other.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\tables_pitch_lag.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\tables_pitch_lag.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\tables_pitch_lag.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\tables_pulses_per_block.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\tables_pulses_per_block.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\tables_pulses_per_block.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\VAD.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\VAD.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\VAD.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\control_audio_bandwidth.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\control_audio_bandwidth.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\control_audio_bandwidth.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\quant_LTP_gains.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\quant_LTP_gains.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\quant_LTP_gains.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\VQ_WMat_EC.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\VQ_WMat_EC.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\VQ_WMat_EC.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\HP_variable_cutoff.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\HP_variable_cutoff.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\HP_variable_cutoff.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\NLSF_encode.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\NLSF_encode.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\NLSF_encode.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\NLSF_VQ.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\NLSF_VQ.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\NLSF_VQ.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\NLSF_unpack.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\NLSF_unpack.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\NLSF_unpack.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\NLSF_del_dec_quant.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\NLSF_del_dec_quant.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\NLSF_del_dec_quant.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\process_NLSFs.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\process_NLSFs.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\process_NLSFs.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\stereo_LR_to_MS.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\stereo_LR_to_MS.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\stereo_LR_to_MS.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\stereo_MS_to_LR.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\stereo_MS_to_LR.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\stereo_MS_to_LR.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\check_control_input.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\check_control_input.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\check_control_input.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\control_SNR.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\control_SNR.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\control_SNR.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\init_encoder.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\init_encoder.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\init_encoder.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\control_codec.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\control_codec.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\control_codec.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\A2NLSF.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\A2NLSF.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\A2NLSF.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\ana_filt_bank_1.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\ana_filt_bank_1.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\ana_filt_bank_1.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\biquad_alt.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\biquad_alt.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\biquad_alt.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\bwexpander_32.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\bwexpander_32.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\bwexpander_32.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\bwexpander.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\bwexpander.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\bwexpander.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\debug.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\debug.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\debug.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\decode_pitch.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\decode_pitch.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\decode_pitch.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\inner_prod_aligned.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\inner_prod_aligned.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\inner_prod_aligned.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\lin2log.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\lin2log.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\lin2log.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\log2lin.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\log2lin.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\log2lin.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\LPC_analysis_filter.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\LPC_analysis_filter.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\LPC_analysis_filter.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\LPC_inv_pred_gain.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\LPC_inv_pred_gain.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\LPC_inv_pred_gain.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\table_LSF_cos.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\table_LSF_cos.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\table_LSF_cos.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\NLSF2A.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\NLSF2A.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\NLSF2A.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\NLSF_stabilize.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\NLSF_stabilize.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\NLSF_stabilize.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\NLSF_VQ_weights_laroia.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\NLSF_VQ_weights_laroia.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\NLSF_VQ_weights_laroia.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\pitch_est_tables.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\pitch_est_tables.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\pitch_est_tables.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\resampler.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\resampler.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\resampler.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\resampler_down2_3.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\resampler_down2_3.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\resampler_down2_3.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\resampler_down2.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\resampler_down2.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\resampler_down2.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\resampler_private_AR2.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\resampler_private_AR2.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\resampler_private_AR2.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\resampler_private_down_FIR.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\resampler_private_down_FIR.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\resampler_private_down_FIR.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\resampler_private_IIR_FIR.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\resampler_private_IIR_FIR.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\resampler_private_IIR_FIR.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\resampler_private_up2_HQ.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\resampler_private_up2_HQ.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\resampler_private_up2_HQ.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\resampler_rom.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\resampler_rom.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\resampler_rom.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\sigm_Q15.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\sigm_Q15.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\sigm_Q15.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\sort.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\sort.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\sort.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\sum_sqr_shift.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\sum_sqr_shift.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\sum_sqr_shift.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\stereo_decode_pred.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\stereo_decode_pred.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\stereo_decode_pred.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\stereo_encode_pred.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\stereo_encode_pred.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\stereo_encode_pred.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\stereo_find_predictor.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\stereo_find_predictor.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\stereo_find_predictor.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\stereo_quant_pred.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\stereo_quant_pred.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\stereo_quant_pred.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\LPC_fit.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\LPC_fit.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\LPC_fit.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\celt\\bands.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\bands.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\bands.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\celt\\celt.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\celt.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\celt.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\celt\\celt_encoder.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\celt_encoder.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\celt_encoder.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\celt\\celt_decoder.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\celt_decoder.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\celt_decoder.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\celt\\cwrs.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\cwrs.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\cwrs.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\celt\\entcode.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\entcode.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\entcode.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\celt\\entdec.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\entdec.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\entdec.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\celt\\entenc.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\entenc.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\entenc.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\celt\\kiss_fft.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\kiss_fft.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\kiss_fft.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\celt\\laplace.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\laplace.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\laplace.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\celt\\mathops.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\mathops.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\mathops.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\celt\\mdct.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\mdct.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\mdct.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\celt\\modes.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\modes.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\modes.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\celt\\pitch.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\pitch.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\pitch.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\celt\\celt_lpc.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\celt_lpc.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\celt_lpc.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\celt\\quant_bands.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\quant_bands.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\quant_bands.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\celt\\rate.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\rate.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\rate.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\celt\\vq.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\vq.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\vq.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\float\\apply_sine_window_FLP.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\apply_sine_window_FLP.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\apply_sine_window_FLP.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\float\\corrMatrix_FLP.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\corrMatrix_FLP.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\corrMatrix_FLP.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\float\\encode_frame_FLP.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\encode_frame_FLP.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\encode_frame_FLP.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\float\\find_LPC_FLP.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\find_LPC_FLP.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\find_LPC_FLP.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\float\\find_LTP_FLP.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\find_LTP_FLP.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\find_LTP_FLP.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\float\\find_pitch_lags_FLP.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\find_pitch_lags_FLP.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\find_pitch_lags_FLP.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\float\\find_pred_coefs_FLP.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\find_pred_coefs_FLP.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\find_pred_coefs_FLP.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\float\\LPC_analysis_filter_FLP.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\LPC_analysis_filter_FLP.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\LPC_analysis_filter_FLP.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\float\\LTP_analysis_filter_FLP.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\LTP_analysis_filter_FLP.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\LTP_analysis_filter_FLP.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\float\\LTP_scale_ctrl_FLP.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\LTP_scale_ctrl_FLP.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\LTP_scale_ctrl_FLP.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\float\\noise_shape_analysis_FLP.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\noise_shape_analysis_FLP.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\noise_shape_analysis_FLP.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\float\\process_gains_FLP.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\process_gains_FLP.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\process_gains_FLP.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\float\\regularize_correlations_FLP.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\regularize_correlations_FLP.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\regularize_correlations_FLP.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\float\\residual_energy_FLP.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\residual_energy_FLP.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\residual_energy_FLP.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\float\\warped_autocorrelation_FLP.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\warped_autocorrelation_FLP.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\warped_autocorrelation_FLP.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\float\\wrappers_FLP.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\wrappers_FLP.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\wrappers_FLP.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\float\\autocorrelation_FLP.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\autocorrelation_FLP.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\autocorrelation_FLP.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\float\\burg_modified_FLP.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\burg_modified_FLP.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\burg_modified_FLP.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\float\\bwexpander_FLP.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\bwexpander_FLP.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\bwexpander_FLP.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\float\\energy_FLP.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\energy_FLP.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\energy_FLP.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\float\\inner_product_FLP.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\inner_product_FLP.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\inner_product_FLP.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\float\\k2a_FLP.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\k2a_FLP.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\k2a_FLP.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\float\\LPC_inv_pred_gain_FLP.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\LPC_inv_pred_gain_FLP.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\LPC_inv_pred_gain_FLP.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\float\\pitch_analysis_core_FLP.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\pitch_analysis_core_FLP.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\pitch_analysis_core_FLP.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\float\\scale_copy_vector_FLP.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\scale_copy_vector_FLP.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\scale_copy_vector_FLP.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\float\\scale_vector_FLP.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\scale_vector_FLP.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\scale_vector_FLP.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\float\\schur_FLP.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\schur_FLP.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\schur_FLP.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\float\\sort_FLP.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\sort_FLP.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\float\\sort_FLP.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\celt\\arm\\armcpu.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\arm\\armcpu.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\arm\\armcpu.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\celt\\arm\\arm_celt_map.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\arm\\arm_celt_map.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\arm\\arm_celt_map.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\arm\\arm_silk_map.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\arm\\arm_silk_map.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\arm\\arm_silk_map.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\celt\\arm\\celt_neon_intr.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\arm\\celt_neon_intr.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\arm\\celt_neon_intr.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\celt\\arm\\pitch_neon_intr.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\arm\\pitch_neon_intr.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\celt\\arm\\pitch_neon_intr.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\arm\\biquad_alt_neon_intr.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\arm\\biquad_alt_neon_intr.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\arm\\biquad_alt_neon_intr.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\arm\\LPC_inv_pred_gain_neon_intr.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\arm\\LPC_inv_pred_gain_neon_intr.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\arm\\LPC_inv_pred_gain_neon_intr.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\arm\\NSQ_del_dec_neon_intr.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\arm\\NSQ_del_dec_neon_intr.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\arm\\NSQ_del_dec_neon_intr.c"
|
||||
},
|
||||
{
|
||||
"directory": "E:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a",
|
||||
"command": "D:\\Android\\sdk\\ndk\\27.0.12077973\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\clang.exe --target=aarch64-none-linux-android26 --sysroot=D:/Android/sdk/ndk/27.0.12077973/toolchains/llvm/prebuilt/windows-x86_64/sysroot -DDISABLE_DEBUG_FLOAT -DENABLE_HARDENING -DHAVE_ALLOCA_H -DHAVE_CONFIG_H -DHAVE_LRINT -DHAVE_LRINTF -DOPUS_ARM_MAY_HAVE_NEON -DOPUS_ARM_MAY_HAVE_NEON_INTR -DOPUS_ARM_PRESUME_NEON -DOPUS_ARM_PRESUME_NEON_INTR -DOPUS_BUILD -DOPUS_HAVE_RTCD -DVAR_ARRAYS -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/include -IE:/MyProject/ts-mobile-go/android/app/.cxx/Debug/73414y1y/arm64-v8a/opus-build -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/dnn -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/celt -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/float -IE:/MyProject/ts-mobile-go/android/app/src/main/cpp/third_party/opus/silk/fixed -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fno-limit-debug-info -fPIC -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -fstack-protector-strong -std=gnu99 -o opus-build\\CMakeFiles\\opus.dir\\silk\\arm\\NSQ_neon.c.o -c E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\arm\\NSQ_neon.c",
|
||||
"file": "E:\\MyProject\\ts-mobile-go\\android\\app\\src\\main\\cpp\\third_party\\opus\\silk\\arm\\NSQ_neon.c"
|
||||
}
|
||||
]
|
||||
Binary file not shown.
@@ -1,44 +0,0 @@
|
||||
C/C++ Structured Logd
|
||||
b
|
||||
`E:\MyProject\ts-mobile-go\android\app\.cxx\Debug\73414y1y\arm64-v8a\additional_project_files.txtC
|
||||
A
|
||||
?com.android.build.gradle.internal.cxx.io.EncodedFileFingerPrint ÂÉ–‡÷3°¥ Ú²Éùö3a
|
||||
_
|
||||
]E:\MyProject\ts-mobile-go\android\app\.cxx\Debug\73414y1y\arm64-v8a\android_gradle_build.json ÂÉ–‡÷3É á²Éùö3f
|
||||
d
|
||||
bE:\MyProject\ts-mobile-go\android\app\.cxx\Debug\73414y1y\arm64-v8a\android_gradle_build_mini.json ÂÉ–‡÷3¢ ½³Éùö3S
|
||||
Q
|
||||
OE:\MyProject\ts-mobile-go\android\app\.cxx\Debug\73414y1y\arm64-v8a\build.ninja ÂÉ–‡÷3ß÷ ‹²Éùö3W
|
||||
U
|
||||
SE:\MyProject\ts-mobile-go\android\app\.cxx\Debug\73414y1y\arm64-v8a\build.ninja.txt ÂÉ–‡÷3\
|
||||
Z
|
||||
XE:\MyProject\ts-mobile-go\android\app\.cxx\Debug\73414y1y\arm64-v8a\build_file_index.txt ÂÉ–‡÷3¬ óÉùö3]
|
||||
[
|
||||
YE:\MyProject\ts-mobile-go\android\app\.cxx\Debug\73414y1y\arm64-v8a\compile_commands.json ÂÉ–‡÷3¬„ вÉùö3a
|
||||
_
|
||||
]E:\MyProject\ts-mobile-go\android\app\.cxx\Debug\73414y1y\arm64-v8a\compile_commands.json.bin ÂÉ–‡÷3 ñÈ Š²Éùö3g
|
||||
e
|
||||
cE:\MyProject\ts-mobile-go\android\app\.cxx\Debug\73414y1y\arm64-v8a\metadata_generation_command.txt ÂÉ–‡÷3
|
||||
® Á³Éùö3Z
|
||||
X
|
||||
VE:\MyProject\ts-mobile-go\android\app\.cxx\Debug\73414y1y\arm64-v8a\prefab_config.json ÂÉ–‡÷3␍( Á³Éùö3_
|
||||
]
|
||||
[E:\MyProject\ts-mobile-go\android\app\.cxx\Debug\73414y1y\arm64-v8a\symbol_folder_index.txt ÂÉ–‡÷3␍Z Á³Éùö3E
|
||||
C
|
||||
AE:\MyProject\ts-mobile-go\android\app\src\main\cpp\CMakeLists.txt ÂÉ–‡÷3␍¼ ÅÁ¤ùö3V
|
||||
T
|
||||
RE:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\CMakeLists.txt ÂÉ–‡÷3¥ñ �§ðÍì1a
|
||||
_
|
||||
]E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\cmake\CFeatureCheck.cmake ÂÉ–‡÷3Œ �§ðÍì1a
|
||||
_
|
||||
]E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\cmake\OpusBuildtype.cmake ÂÉ–‡÷3Ú �§ðÍì1^
|
||||
\
|
||||
ZE:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\cmake\OpusConfig.cmake ÂÉ–‡÷3» �§ðÍì1a
|
||||
_
|
||||
]E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\cmake\OpusFunctions.cmake ÂÉ–‡÷3…5 �§ðÍì1f
|
||||
d
|
||||
bE:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\cmake\OpusPackageVersion.cmake ÂÉ–‡÷3© �§ðÍì1_
|
||||
]
|
||||
[E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\cmake\OpusSources.cmake ÂÉ–‡÷3â �§ðÍì1_
|
||||
]
|
||||
[E:\MyProject\ts-mobile-go\android\app\src\main\cpp\third_party\opus\cmake\config.h.cmake.in ÂÉ–‡÷3␍0 �§ðÍì1
|
||||
@@ -1,18 +0,0 @@
|
||||
-HE:\MyProject\ts-mobile-go\android\app\src\main\cpp
|
||||
-DCMAKE_SYSTEM_NAME=Android
|
||||
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
|
||||
-DCMAKE_SYSTEM_VERSION=26
|
||||
-DANDROID_PLATFORM=android-26
|
||||
-DANDROID_ABI=arm64-v8a
|
||||
-DCMAKE_ANDROID_ARCH_ABI=arm64-v8a
|
||||
-DANDROID_NDK=D:\Android\sdk\ndk\27.0.12077973
|
||||
-DCMAKE_ANDROID_NDK=D:\Android\sdk\ndk\27.0.12077973
|
||||
-DCMAKE_TOOLCHAIN_FILE=D:\Android\sdk\ndk\27.0.12077973\build\cmake\android.toolchain.cmake
|
||||
-DCMAKE_MAKE_PROGRAM=D:\Android\sdk\cmake\3.22.1\bin\ninja.exe
|
||||
-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=E:\MyProject\ts-mobile-go\android\app\build\intermediates\cxx\Debug\73414y1y\obj\arm64-v8a
|
||||
-DCMAKE_RUNTIME_OUTPUT_DIRECTORY=E:\MyProject\ts-mobile-go\android\app\build\intermediates\cxx\Debug\73414y1y\obj\arm64-v8a
|
||||
-DCMAKE_BUILD_TYPE=Debug
|
||||
-BE:\MyProject\ts-mobile-go\android\app\.cxx\Debug\73414y1y\arm64-v8a
|
||||
-GNinja
|
||||
Build command args: []
|
||||
Version: 2
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user