optimizations #161

Open
emma wants to merge 44 commits from optimizations into main
Showing only changes of commit 579bb98874 - Show all commits

View File

@ -13,7 +13,6 @@
int main(void) {
#ifdef __OpenBSD__
(void)pledge(NULL, NULL);
(void)unveil(NULL, NULL);
(void)pledge("stdio", "");
#endif
}