fucking around w/ db stuff
This commit is contained in:
parent
d694674585
commit
4bddb9f633
4 changed files with 187 additions and 389 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue