summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsnermolaev <[email protected]>2024-09-19 06:59:17 +0300
committersnermolaev <[email protected]>2024-09-19 07:11:05 +0300
commit3f4d314c20d9192bdf84f803ca3a30a051c18198 (patch)
tree69d16a0ecb15d3e4531f15688913d706c7aee1a4
parentdc02efc4911cb9af10ac17bbfc1542711d2c45cd (diff)
Enable Grand Bypass
commit_hash:9c673d49eeffb78b39026753729dfda6383b8cbf
-rw-r--r--build/conf/settings.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/conf/settings.conf b/build/conf/settings.conf
index 6c654ff6dcc..576b36c3fea 100644
--- a/build/conf/settings.conf
+++ b/build/conf/settings.conf
@@ -14,7 +14,7 @@ FORCE_RESOLVE_MACRO_INCLS=yes
ENABLE_RERESOLVE_FOR_GENERATED_FILES=yes
REPORT_ALL_DUPSRC=yes
DEPS_CACHE_CONTROL_UIDS_CACHE=yes
-USE_GRAND_BYPASS=no
+USE_GRAND_BYPASS=yes
USE_GLOBAL_CMD=yes
YMAKE_USE_NEW_UIDS=yes
USE_GRAPH_CHANGES_PREDICTOR=yes
@@ -31,6 +31,7 @@ when ($OS_WINDOWS == "yes") {
}
when ($AUTOCHECK == "yes") {
+ USE_GRAND_BYPASS=no
USE_GRAPH_CHANGES_PREDICTOR=no
PIC_NO_PIE=yes
}