diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-04-11 06:33:06 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-04-11 06:33:06 +0000 |
commit | 477d867c38b79225dad1c2e6292965928b6f37bf (patch) | |
tree | 060c5d9ee46c7e1b8479b1aed010599f3be6fc47 /TAO | |
parent | 2c0b45c8f6c42dc87e73197b66282fba09282bf6 (diff) | |
download | ATCD-477d867c38b79225dad1c2e6292965928b6f37bf.tar.gz |
Mon Apr 11 06:31:40 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* TAO_IDL/tao_idl_be.mpc:
Added no-optimize-sibling-calls
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLog | 5 | ||||
-rw-r--r-- | TAO/TAO_IDL/tao_idl_be.mpc | 6 |
2 files changed, 10 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index d5b9c616261..0d2f45f29fb 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,8 @@ +Mon Apr 11 06:31:40 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl> + + * TAO_IDL/tao_idl_be.mpc: + Added no-optimize-sibling-calls + Sun Apr 10 12:06:30 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl> * tao/Transport.cpp: diff --git a/TAO/TAO_IDL/tao_idl_be.mpc b/TAO/TAO_IDL/tao_idl_be.mpc index 5d537446266..4106e906ceb 100644 --- a/TAO/TAO_IDL/tao_idl_be.mpc +++ b/TAO/TAO_IDL/tao_idl_be.mpc @@ -15,11 +15,15 @@ project(TAO_IDL_BE) : acelib, conv_lib, tao_output, tao_vc8warnings, tao_idl_fe specific { // Override the template value for optimize. Building the backend // with optimization turned on doesn't seem to work (at least not with - // vc6 or vc71). This is due to the use of addresses of static objecs + // vc6 or vc71). This is due to the use of addresses of static objects // within the code. optimize = } + verbatim(gnuace, macros) { + override no-optimize-sibling-calls = 1 + } + Source_Files { be } |