# #$Id$ # ##### # # MODE defOpt_march configuration # # Usage: - Apply optimization string to each variable # - "unset" will cause the variable to be not set # instead of just set to null. # ##### # Inherit optimizations from defOpt source optimize/opt_config.d/defOpt CFLAGS_defOpt_march=$CFLAGS_defOpt" -march=pentium4" CXXFLAGS_defOpt_march=$CFLAGS_defOpt" -march=pentium4" LDFLAGS_defOpt_march=$LDFLAGS_defOpt OTHER_CFLAGS_defOpt_march=$CFLAGS_defOpt" -march=pentium4" OTHER_CXXFLAGS_defOpt_march=$CXXFLAGS_defOpt" -march=pentium4" OTHER_LDFLAGS_defOpt_march=$LDFLAGS_defOpt