ablfs-more
trunk
Last change
on this file since 875366f 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
|
---|
14 | source optimize/opt_config.d/O3pipe
|
---|
15 |
|
---|
16 | CFLAGS_O3pipe_march=$CFLAGS_O3pipe" -march=native"
|
---|
17 | CXXFLAGS_O3pipe_march=$CFLAGS_O3pipe" -march=native"
|
---|
18 | LDFLAGS_O3pipe_march=$LDFLAGS_O3pipe
|
---|
19 |
|
---|
20 | OTHER_CFLAGS_O3pipe_march=$CFLAGS_O3pipe" -march=native"
|
---|
21 | OTHER_CXXFLAGS_O3pipe_march=$CXXFLAGS_O3pipe" -march=native"
|
---|
22 | OTHER_LDFLAGS_O3pipe_march=$LDFLAGS_O3pipe
|
---|
Note:
See
TracBrowser
for help on using the repository browser.