2
0
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:
Jeremy Siek
2001-11-02 03:49:46 +00:00
parent 516d37bf66
commit f8eae931f2
2 changed files with 6 additions and 2 deletions

View File

@@ -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 : ;

View File

@@ -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 : ;