Explorar el Código

Merge pull request #48851 from akien-mga/android-remove-fno-integrated-as

Android: Remove `-fno-integrated-as`, it can break arm64v8 build
Rémi Verschelde hace 4 años
padre
commit
9004943559
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      platform/android/detect.py

+ 1 - 1
platform/android/detect.py

@@ -250,7 +250,7 @@ def configure(env):
     env["RANLIB"] = tools_path + "/ranlib"
     env["AS"] = tools_path + "/as"
 
-    common_opts = ["-fno-integrated-as", "-gcc-toolchain", gcc_toolchain_path]
+    common_opts = ["-gcc-toolchain", gcc_toolchain_path]
 
     # Compile flags