objdiff icon indicating copy to clipboard operation
objdiff copied to clipboard

Double-build glitch, and repeated building forever on error if *.c and *.s are watched for changes

Open H-A-M-G-E-R opened this issue 1 year ago • 0 comments

when i save a .c file in https://github.com/H-A-M-G-E-R/mf with "Rebuild on changes" on, it will build twice, and if the C code has an error it will try to build forever.

Target build directory is /build/asm, base is /build/src, no arguments in make, *.c and *.s are watched for changes

Fixes both of the above if *.s isn't watched for changes, so please exclude them in the default project settings.

H-A-M-G-E-R avatar Dec 10 '24 04:12 H-A-M-G-E-R