Searched hist:862 (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/jam/
H A DJambasediff 862b5480 Mon Aug 25 14:58:39 MDT 2014 Paweł Dziepak <pdziepak@quarnos.org> jam: do not set OPTIM by default

If setting OPTIM by jam basically makes it impossible for the project that
is using jam to set its own optimization level while still allowing user
to override that in command line. For example in Haiku jam files there is
line like this: "OPTIM ?= -O2", which obviously is meant to set optimization
level to O2 unless user overwrites it. Unfortunately, because Jam have already
set OPTIM to -O this line never had an intended effect.

After this Jam no longer thinks it knows best what is good for projects
that are using it and Haiku is by default compiled with -O2.

Signed-off-by: Paweł Dziepak <pdziepak@quarnos.org>
diff 862b5480a92d92516e08cfebd62fcb1c85a18b0a Mon Aug 25 14:58:39 MDT 2014 Paweł Dziepak <pdziepak@quarnos.org> jam: do not set OPTIM by default

If setting OPTIM by jam basically makes it impossible for the project that
is using jam to set its own optimization level while still allowing user
to override that in command line. For example in Haiku jam files there is
line like this: "OPTIM ?= -O2", which obviously is meant to set optimization
level to O2 unless user overwrites it. Unfortunately, because Jam have already
set OPTIM to -O this line never had an intended effect.

After this Jam no longer thinks it knows best what is good for projects
that are using it and Haiku is by default compiled with -O2.

Signed-off-by: Paweł Dziepak <pdziepak@quarnos.org>

Completed in 37 milliseconds