Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • defaults/mips32/Makefile.config

    r4b583f4 ra0a273e  
    77# Compiler
    88COMPILER = gcc_cross
     9
     10# In case compiler is clang, whether or not to use its integrated assembler.
     11INTEGRATED_AS = default
    912
    1013# Debug build
     
    4649# Barebone build with essential binaries only
    4750CONFIG_BAREBONE = y
     51
     52# Optimization level
     53OPTIMIZATION = 3
Note: See TracChangeset for help on using the changeset viewer.