From 713d120cbf8e98b8b59c7dedb6b05eef26cd68e7 Mon Sep 17 00:00:00 2001 From: vbot Date: Sat, 30 Apr 2022 12:12:46 +0000 Subject: [PATCH] [v:master] 455a52e74 - chore: added -d dynamic_boehm to VFLAGS --- v.c | 8 ++++---- v_win.c | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/v.c b/v.c index 562293d..a202aeb 100644 --- a/v.c +++ b/v.c @@ -1,11 +1,11 @@ -#define V_COMMIT_HASH "9b1f7f5e9" +#define V_COMMIT_HASH "455a52e74" #ifndef V_COMMIT_HASH - #define V_COMMIT_HASH "b7f2ef78b" + #define V_COMMIT_HASH "9b1f7f5e9" #endif #ifndef V_CURRENT_COMMIT_HASH - #define V_CURRENT_COMMIT_HASH "9b1f7f5" + #define V_CURRENT_COMMIT_HASH "455a52e" #endif // V comptime_definitions: @@ -37884,7 +37884,7 @@ void v__pref__Preferences_fill_with_defaults(v__pref__Preferences* p) { } #endif } - string vhash = _SLIT("b7f2ef78b"); + string vhash = _SLIT("9b1f7f5e9"); p->cache_manager = v__vcache__new_cache_manager(new_array_from_c_array(7, 7, sizeof(string), _MOV((string[7]){string_clone(vhash), str_intp(6, _MOV((StrIntpData[]){{_SLIT0, 0xfe10, {.d_s = v__pref__Backend_str(p->backend)}}, {_SLIT(" | "), 0xfe10, {.d_s = v__pref__OS_str(p->os)}}, {_SLIT(" | "), 0xfe10, {.d_s = p->ccompiler}}, {_SLIT(" | "), 0xfe10, {.d_s = p->is_prod ? _SLIT("true") : _SLIT("false")}}, {_SLIT(" | "), 0xfe10, {.d_s = p->sanitize ? _SLIT("true") : _SLIT("false")}}, {_SLIT0, 0, { .d_c = 0 }}})), string_clone(string_trim_space(p->cflags)), string_clone(string_trim_space(p->third_party_option)), string_clone(Array_string_str(p->compile_defines_all)), string_clone(Array_string_str(p->compile_defines)), string_clone(Array_string_str(p->lookup_path))}))); if (string__eq(os__user_os(), _SLIT("windows"))) { p->use_cache = false; diff --git a/v_win.c b/v_win.c index 11f52b4..a32c08e 100644 --- a/v_win.c +++ b/v_win.c @@ -1,11 +1,11 @@ -#define V_COMMIT_HASH "9b1f7f5e9" +#define V_COMMIT_HASH "455a52e74" #ifndef V_COMMIT_HASH - #define V_COMMIT_HASH "b7f2ef78b" + #define V_COMMIT_HASH "9b1f7f5e9" #endif #ifndef V_CURRENT_COMMIT_HASH - #define V_CURRENT_COMMIT_HASH "9b1f7f5" + #define V_CURRENT_COMMIT_HASH "455a52e" #endif // V comptime_definitions: @@ -36235,7 +36235,7 @@ void v__pref__Preferences_fill_with_defaults(v__pref__Preferences* p) { if ((p->third_party_option).len == 0) { p->third_party_option = p->cflags; } - string vhash = _SLIT("b7f2ef78b"); + string vhash = _SLIT("9b1f7f5e9"); p->cache_manager = v__vcache__new_cache_manager(new_array_from_c_array(7, 7, sizeof(string), _MOV((string[7]){string_clone(vhash), str_intp(6, _MOV((StrIntpData[]){{_SLIT0, 0xfe10, {.d_s = v__pref__Backend_str(p->backend)}}, {_SLIT(" | "), 0xfe10, {.d_s = v__pref__OS_str(p->os)}}, {_SLIT(" | "), 0xfe10, {.d_s = p->ccompiler}}, {_SLIT(" | "), 0xfe10, {.d_s = p->is_prod ? _SLIT("true") : _SLIT("false")}}, {_SLIT(" | "), 0xfe10, {.d_s = p->sanitize ? _SLIT("true") : _SLIT("false")}}, {_SLIT0, 0, { .d_c = 0 }}})), string_clone(string_trim_space(p->cflags)), string_clone(string_trim_space(p->third_party_option)), string_clone(Array_string_str(p->compile_defines_all)), string_clone(Array_string_str(p->compile_defines)), string_clone(Array_string_str(p->lookup_path))}))); if (string__eq(os__user_os(), _SLIT("windows"))) { p->use_cache = false;