Further improvements to build script

test is failing to complete properly, need to debug...
This commit is contained in:
2023-08-20 13:02:50 -04:00
parent a6bf60a51e
commit f574a9ba9a
4 changed files with 111 additions and 175 deletions

View File

@ -64,7 +64,7 @@ void check_sanity()
log_fmt("Num String Cache : %llu\n", StringCache.Entries.num(), StringCache);
Builder builder;
builder.open( "sanity.gen.hpp" );
builder.open( "gen/sanity.gen.hpp" );
idx = typedefs.num();
#ifdef GEN_BENCHMARK