BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / commit / bb0cb7718204df7c0cbaf87484b1def3c4b2880f / Makefile

// Related

Nucleus

Barry Per-CPU Scheduler bb0cb77 (3 years, 2 months ago)
diff --git a/Makefile b/Makefile
index 5d47233..2461903 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ build/%.o: %.S
 	@$(AS) -c $< -o $@ $(AFLAGS)
 
 # Overrides
-build/kernel/idt.o: kernel/idt.c
+build/object/%.o: object/%.c
 	$(info CC $<)
 	@mkdir -p $(@D)
-	@$(CC) -c $< -o $@ $(CFLAGS) -mgeneral-regs-only
+	@$(CC) -c $< -o $@ $(CFLAGS) -O3