Fixed regression with non-parsed code due to new global allocator setup

This commit is contained in:
2023-07-10 22:56:59 -04:00
parent 1c5881c5a3
commit 1fb3db379c
5 changed files with 286 additions and 13 deletions

View File

@ -50,7 +50,7 @@ $path_scripts = Join-Path $path_root scripts
Pop-Location
# Test NonParsed
if ($false) {
if ($true) {
$gencpp = Join-Path $path_gen_build gencpp.exe
Push-location $path_gen