X-Git-Url: https://harrygodden.com/git/?p=vg.git;a=blobdiff_plain;f=vg_build.h;fp=vg_build.h;h=a30fe17f9b73e57852db3c29bd7478a7cf80c6f9;hp=965f14cac3941c73e687985360410d581b5008a3;hb=1c305409e8eca9cf8449d681df73208956ce14df;hpb=1abb54856257b10f6a20a4980a31930c59e3d37c diff --git a/vg_build.h b/vg_build.h index 965f14c..a30fe17 100644 --- a/vg_build.h +++ b/vg_build.h @@ -5,6 +5,8 @@ #include #include +#include "vg.h" +#include "vg_opt.h" #include "vg_log.h" /* we dont free dynamic vg_strs in this program. so, we dont care.. */ @@ -21,7 +23,8 @@ struct { u32 optimization, warnings; bool fresh, - debug_asan; + debug_asan, + build_times; enum platform { k_platform_anyplatform,