Closed frokaikan closed 6 years ago
Hello. Can you be more specific about how you set the compiler and compile? A copy-paste of your command line would be perfect.
I just found that I mistakenly use -std=c99 to compile your project. (I force my C compiler to compile any C project with -std=c99) When I change it into -std=c11 it can work normally. Sorry to bother you.
I just compile the project with -Og and ASAN, but I can't use your binary. System : Ubuntu 18.04 (Oracle VM VirtualBox based on Windows 10) Compiler : Clang 6.0.0