| Summary: | Memory size at compilation time in ExN04PhysicsList.cc | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | nedelec |
| Component: | config | Assignee: | Gabriele Cosmo <Gabriele.Cosmo> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 1.0 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
nedelec
2000-01-05 03:56:38 CET
For the supported compiler egcs 1.1.2 on Linux, the actual compilation of ExN04PhysicsList.cc is forced to be non-optimised (see N04/GNUmakefile). You're probably not using the supported compiler. Try re-adapting that GNUmakefile in examples/novice/N04 for your system configuration. The reason why G4DEBUG and G4OPTIMISE are not disantagled is merely for porting purposes and maintenance issues, since on some compilers in the past we noticed misbehaviors when not specifying any optimisation level. We're anyhow going to review this issue and hopefully introduce this extra setup level in future releases. Thanks for reporting this. Added G4NO_OPTIMISE flag to setup. If set (and G4DEBUG is not set), compilation will be performed with no optimisation levels. Will be available at the next public patch. |