Changeset ce6e009 for BLFS/envars.conf


Ignore:
Timestamp:
08/26/2006 09:54:57 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
1ad9211
Parents:
848985f
Message:

Added optimizations support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/envars.conf

    r848985f rce6e009  
    6464
    6565
     66
     67#======== Optimizations =============
     68
     69# Global optimization settings can be placed here. This settings can be
     70# overrided by settings in the packages build scripts.
     71
     72# WARNING: The use of build optimizations may be dangerous.
     73#   You should know what you are doing and be sure that the
     74#   optimization settings placed below are what you want.
     75#   It there are build issues or the system doesn't work as
     76#   expected, please rebuild without optimizations before
     77#   asking for support.
     78
     79#MAKEFLAGS="-j3"
     80
     81#CFLAGS="-O3 -pipe"
     82#CXXFLAGS=$CFLAGS
     83#LDFLAGS="-s"
     84
     85#OTHER_CFLAGS=$CFLAGS
     86#OTHER_CXXFLAGS=$CXXFLAGS
     87#OTHER_LDFLAGS=$LDFLAGS
     88
Note: See TracChangeset for help on using the changeset viewer.