BartmanAbyss / vscode-amiga-debug

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.
GNU General Public License v3.0
312 stars 39 forks source link

Fixed template inlines. #118

Closed davidcanadas closed 2 years ago

davidcanadas commented 2 years ago

Template file main.c does not link if GCC optimizations are disabled. This PR fixes the problem.

BartmanAbyss commented 2 years ago

Yep, we did those fixes in our latest productions as well. Thanks for the PR.