3uclid3
3uclid3
``` UserError set -x && set -e && set -o pipefail && cd /tmp/0pdd20221106-13-1xyrvp6/Z2l0QGdpdGh1Yi5jb206M3VjbGlkZS9jcHBzLmdpdA && pdd -v -f /tmp/20221106-6127-1l13rht [1]: + set -e + set -o pipefail + cd /tmp/0pdd20221106-13-1xyrvp6/Z2l0QGdpdGh1Yi5jb206M3VjbGlkZS9jcHBzLmdpdA...
I'm trying to use clang-cl instead of msvc and I'm getting a warning (as error): 'argument unused during compilation: '-O0'' If I comment 'ENABLE_COVERAGE', the warning disappear. (and the argument...
The compilation failed when trying to compile in WSL env. > # Create a static library (try windows, then unix) > lib.exe /out:uSockets.a *.o || ar rvs uSockets.a *.o >...