mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
changed optimization=speed to +K2
[SVN r11526]
This commit is contained in:
@@ -6,13 +6,15 @@
|
||||
|
||||
# This file is /NOT/ up-to-date; please use other toolset description
|
||||
# files as examples.
|
||||
#
|
||||
# I've tried to bring it up-to-date. -jsiek
|
||||
|
||||
|
||||
|
||||
flags kcc CFLAGS <debug-symbols>on : -g ;
|
||||
flags kcc LINKFLAGS <debug-symbols>on : -g ;
|
||||
flags kcc CFLAGS <optimization>off : +K0 ;
|
||||
flags kcc CFLAGS <optimization>speed : +K3 ;
|
||||
flags kcc CFLAGS <optimization>speed : +K2 ;
|
||||
|
||||
flags kcc CFLAGS <optimization>space : ;
|
||||
flags kcc CFLAGS <inlining>off : ;
|
||||
|
||||
@@ -6,13 +6,15 @@
|
||||
|
||||
# This file is /NOT/ up-to-date; please use other toolset description
|
||||
# files as examples.
|
||||
#
|
||||
# I've tried to bring it up-to-date. -jsiek
|
||||
|
||||
|
||||
|
||||
flags kcc CFLAGS <debug-symbols>on : -g ;
|
||||
flags kcc LINKFLAGS <debug-symbols>on : -g ;
|
||||
flags kcc CFLAGS <optimization>off : +K0 ;
|
||||
flags kcc CFLAGS <optimization>speed : +K3 ;
|
||||
flags kcc CFLAGS <optimization>speed : +K2 ;
|
||||
|
||||
flags kcc CFLAGS <optimization>space : ;
|
||||
flags kcc CFLAGS <inlining>off : ;
|
||||
|
||||
Reference in New Issue
Block a user