One-stop Visual Studio Code Extension to compile, debug and profile Amiga C/C++ programs compiled by the bundled gcc 12.2 with the bundled WinUAE/FS-UAE.
One new issue I've run into with the 1.1.0 preview is that if I change the makefile so it'll compile with -O0 for easier debugging then it'll give me compile error in the support code around memcopy and memset. I can fix it by commenting out the special optimization options those functions have but that didn't use to be necessary.
One new issue I've run into with the 1.1.0 preview is that if I change the makefile so it'll compile with -O0 for easier debugging then it'll give me compile error in the support code around memcopy and memset. I can fix it by commenting out the special optimization options those functions have but that didn't use to be necessary.