Changeset 592 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/makefile
- Timestamp:
- Jun 25, 2018, 10:29:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/makefile
r481 r592 100 100 ASFLAGS += $(IHEADERS) # Set header file directory paths 101 101 ASFLAGS += -Worphan-labels # Warn about labels without colon 102 ASFLAGS += -O 9# Optimize operands to their shortest forms102 ASFLAGS += -Ox # Optimize operands to their shortest forms 103 103 104 104 … … 135 135 xt_unused: xt 136 136 @$(AS) "$(SRC_ASM)" $(ASFLAGS) $(DEFS_XT) -o"$(TARGET)_xt_unused.asm" -E -DCHECK_FOR_UNUSED_ENTRYPOINTS 137 @perl ..\ tools\unused.pl $(TARGET)_xt.lst $(TARGET)_xt_unused.asm137 @perl ..\Tools\unused.pl $(TARGET)_xt.lst $(TARGET)_xt_unused.asm 138 138
Note:
See TracChangeset
for help on using the changeset viewer.