Closed gtoal closed 2 months ago
Thanks, fix added. I also added at readme.md
Apart of that, for some reason
" -Wno-unknown-pragmas "
" -Wno-multichar "
is not working on clang.
found the problem.. -Wall must be before the -Wno..
This needs to be added to the linux clang build options:
diff build.c* 250d249 < " -D_DEFAULT_SOURCE"