source: optimize/opt_config.d/O3pipe_march@ fd4a798

ablfs-more legacy trunk
Last change on this file since fd4a798 was fd4a798, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

Remove $Id$ comments, they are useless with git

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