Skip to content
Snippets Groups Projects
Forked from Kart Krew / RingRacers
Source project has a limited visibility.
  • Eidolon's avatar
    0e307208
    Add cmake option to skip comptime update · 0e307208
    Eidolon authored
    In VS Code, comptime forces the game to be relinked even when no code
    has changed. This is a bit of a nuisance when starting with the
    debugger in the C++ extension, adding around 5 seconds of startup time
    to the game.
    0e307208
    History
    Add cmake option to skip comptime update
    Eidolon authored
    In VS Code, comptime forces the game to be relinked even when no code
    has changed. This is a bit of a nuisance when starting with the
    debugger in the C++ extension, adding around 5 seconds of startup time
    to the game.