Hello everyone,
I am looking at adding a few packages to Factory soon. To start with:
The quickjs compiler is now in devel. The more common use case for
quickjs seems to be embedding it yourself. However, it now includes a number of CLI apps, so I created a small package. By the way thanks for reviewing the submission Pluskalm and Andreas!
Sharing a learning about optflags: passing the optflags can be tricky, and even trickier still is validating that it was passed correctly. For this, I found it helpful to check the build log. If the defaults are getting passed, you should see FORTIFY_SOURCE=2 getting passed around quite a bit.
Also, I am having a look at building:
If anyone has a good idea of why the deno build is getting killed and if there is a workaround, please let me know.
Thanks,