Incomplete 2D-seq multigrid

This commit is contained in:
2024-01-08 22:32:30 +01:00
parent 1b3129d3cb
commit 872a4b0ddd
60 changed files with 46024 additions and 41083 deletions

View File

@@ -33,7 +33,7 @@ $(BUILD_DIR)/%.o: %.c $(MAKE_DIR)/include_$(TAG).mk
$(BUILD_DIR)/%.s: %.c
$(info ===> GENERATE ASM $@)
$(CC) -S $(CPPFLAGS) $(CFLAGS) $< -o $@
$(CC) -S -fverbose-asm $(CPPFLAGS) $(CFLAGS) $< -o $@
.PHONY: clean distclean tags info asm