Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnite committed Sep 22, 2024
1 parent f99aeb3 commit 024164e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,25 @@ pub fn build(b: *std.Build) void {
.optimize = optimize,
});

// TODO:
// ENABLE_APPS
// ENABLE_BONDING
// ENABLE_CXX11
// ENABLE_DEBUG
// ENABLE_ENCRYPTION
// ENABLE_GETNAMEINFO
// ENABLE_HAICRYPT_LOGGING
// ENABLE_HEAVY_LOGGING
// ENABLE_INET_PTON
// ENABLE_LOGGING
// ENABLE_MONOTONIC_CLOCK
// ENABLE_STDCXX_SYNC
// ENABLE_THREAD_CHECK
// ENABLE_TESTING
// USE_CXX_STD
// USE_ENCLIB
// USE_STATIC_LIBSTDCXX

const haicrypt = b.addStaticLibrary(.{
.name = "haicrypt",
.target = target,
Expand Down

0 comments on commit 024164e

Please sign in to comment.