Chameleon

Chameleon Commit Details

Date:2014-11-29 13:16:41 (9 years 3 months ago)
Author:ErmaC
Commit:2497
Parents: 2496
Message:optimisation level (-O3) also for boot0
Changes:
M/trunk/i386/boot0/Makefile

File differences

trunk/i386/boot0/Makefile
2222
2323
2424
25
25
2626
2727
2828
$(OBJS): $(SRCROOT)/autoconf.inc
@echo "[NASM] $(@F)"
@$(NASM) $(@F).s -o $@
@$(NASM) $(@F).s -o $@ -O3
clean-local:
@for o in $(OBJS); do if [ -f "$${o}" ];then echo "[RM] $${o}"; fi; done

Archive Download the corresponding diff file

Revision: 2497