mirror of
https://github.com/boostorg/build.git
synced 2026-02-18 01:52:17 +00:00
added -tpp6 optimsation flag.
Speeds up a lot for pentium pro or higher [SVN r14141]
This commit is contained in:
@@ -29,7 +29,7 @@ flags intel-linux LINKFLAGS <debug-symbols>off : -Xlinker -s ;
|
||||
# optimizations
|
||||
flags intel-linux CFLAGS <optimization>off : -O0 ;
|
||||
flags intel-linux CFLAGS <optimization>space : -O2 ;
|
||||
flags intel-linux CFLAGS <optimization>speed : -O3 ;
|
||||
flags intel-linux CFLAGS <optimization>speed : -O3 -tpp6 ;
|
||||
|
||||
# inlining
|
||||
# results using -ip are worse than without?
|
||||
|
||||
@@ -29,7 +29,7 @@ flags intel-linux LINKFLAGS <debug-symbols>off : -Xlinker -s ;
|
||||
# optimizations
|
||||
flags intel-linux CFLAGS <optimization>off : -O0 ;
|
||||
flags intel-linux CFLAGS <optimization>space : -O2 ;
|
||||
flags intel-linux CFLAGS <optimization>speed : -O3 ;
|
||||
flags intel-linux CFLAGS <optimization>speed : -O3 -tpp6 ;
|
||||
|
||||
# inlining
|
||||
# results using -ip are worse than without?
|
||||
|
||||
Reference in New Issue
Block a user