source: optimize/opt_config.d/O3pipe_march@ 7072e1f

2.4 ablfs ablfs-more legacy new_features trunk
Last change on this file since 7072e1f was 7072e1f, checked in by Thomas Pegg <thomasp@…>, 12 years ago

Commit Pierre Labastie's patch for including package management support in jhalfs. NOTE: Package management is by default disabled.

  • Property mode set to 100644
File size: 649 bytes
Line 
1#
2#$Id$
3#
4#####
5#
6# MODE O3pipe_march configuration
7#
8# Usage: - Apply optimization string to each variable
9# - "unset" will cause the variable to be not set
10# instead of just set to null.
11#
12# Use this as an example for modeA_modeB combined modes
13#
14#####
15
16# Inherit optimizations from O3pipe
17source optimize/opt_config.d/O3pipe
18
19CFLAGS_O3pipe_march=$CFLAGS_O3pipe" -march=native"
20CXXFLAGS_O3pipe_march=$CFLAGS_O3pipe" -march=native"
21LDFLAGS_O3pipe_march=$LDFLAGS_O3pipe
22
23OTHER_CFLAGS_O3pipe_march=$CFLAGS_O3pipe" -march=native"
24OTHER_CXXFLAGS_O3pipe_march=$CXXFLAGS_O3pipe" -march=native"
25OTHER_LDFLAGS_O3pipe_march=$LDFLAGS_O3pipe
Note: See TracBrowser for help on using the repository browser.