From 1dd299bf3a4ee0fef8d674bfd5b813b76bb95569 Mon Sep 17 00:00:00 2001 From: lirismankarina Date: Fri, 31 Mar 2023 17:12:33 +0300 Subject: [PATCH 1/2] initial commit --- BUILD.gn | 1 - aot/BUILD.gn | 1 - 2 files changed, 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 7241a8f87..cf51552cc 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -337,7 +337,6 @@ config("libes2panda_config") { cflags_cc = [ "-fexceptions", "-Werror=shadow", - "-DDEFAULT_ARKTSCONFIG=\"\"" ] } diff --git a/aot/BUILD.gn b/aot/BUILD.gn index f49df4d39..caf9575a3 100644 --- a/aot/BUILD.gn +++ b/aot/BUILD.gn @@ -25,7 +25,6 @@ ohos_executable("es2panda") { ] cflags_cc = [ - "-DDEFAULT_ARKTSCONFIG=\"\"" ] configs = [ -- Gitee From 0f8d247658810ad16461e2eab3ed7929bca3eeda Mon Sep 17 00:00:00 2001 From: lirismankarina Date: Fri, 7 Apr 2023 16:15:39 +0300 Subject: [PATCH 2/2] init commit --- BUILD.gn | 1 + aot/BUILD.gn | 1 + 2 files changed, 2 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index cf51552cc..c2355637e 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -337,6 +337,7 @@ config("libes2panda_config") { cflags_cc = [ "-fexceptions", "-Werror=shadow", + "-DDEFAULT_ARKTSCONFIG=\"\"", ] } diff --git a/aot/BUILD.gn b/aot/BUILD.gn index caf9575a3..0be2ac6df 100644 --- a/aot/BUILD.gn +++ b/aot/BUILD.gn @@ -25,6 +25,7 @@ ohos_executable("es2panda") { ] cflags_cc = [ + "-DDEFAULT_ARKTSCONFIG=\"\"", ] configs = [ -- Gitee