Closed renzibei closed 1 year ago
I used the compiled static library of f-stack. Maybe the status of NDEBUG macro in the header files of f-stack codes will affect the ABI stability?
Fixed.
Because assert((kq = ff_kqueue()) > 0);
was be ignored and nevents used usigned type.
Hello, I find that if
-DNDEBUG
flag is added to the compile-options, the helloworld example will crash. After the modification, theCFLAGS
line in the Makefile file becomesAnd when I running the
helloworld
program, it will crashes or print many lines ofunknown event: 00000000
.Can you help look into the reason of it?