Alcaro / Flips

Floating IPS is a patcher for IPS and BPS files.
Other
309 stars 45 forks source link

Build debug builds with mvsc #83

Closed Miepee closed 1 month ago

Miepee commented 1 month ago

Fixes #77 Fixes #20

I opted to not build release builds with MVSC because I'm not particularly in the mood right now to figure out all the equivalent compiler optimizations or how to make mvsc behave with PGO.

No clue if MVSC would even produce faster builds than GCC there.

Does what it's meant to do tho - ensure that source code doesn't have any GCC/Clang specific stuff.

Alcaro commented 1 month ago

Looks legit. Except you keep typoing MSVC as MVSC, but that didn't make it into the scripts, so it's fine.

Miepee commented 1 month ago

Whoops :sweat_smile: