fucking around w/ db stuff

This commit is contained in:
jaina heartles 2022-09-05 00:03:31 -07:00
parent d694674585
commit 4bddb9f633
4 changed files with 187 additions and 389 deletions

View file

@ -24,7 +24,7 @@ pub fn build(b: *std.build.Builder) void {
// There are some weird problems relating to sentinel values and function pointers
// when using the stage1 compiler. Just disable it entirely for now.
b.use_stage1 = false;
//b.use_stage1 = false;
const exe = b.addExecutable("apub", "src/main/main.zig");
exe.setTarget(target);