disable a whole lot of things we don't need to build

This commit is contained in:
henderkes
2026-05-26 21:10:00 +07:00
parent 29a8c9c196
commit 727600a73a
22 changed files with 85 additions and 20 deletions

View File

@@ -25,6 +25,7 @@ class ngtcp2
'-DENABLE_STATIC_CRT=ON',
'-DENABLE_LIB_ONLY=ON',
'-DENABLE_OPENSSL=OFF',
'-DBUILD_TESTING=OFF',
)
->build();
}