Hi,
is it possible to reset the variable compilerflag within a special directory like freeldr? It seems that freeldr doesn't work if it was compiled with global optimisation enabled.
- Hartmut
-----Original Message----- From: ros-dev-bounces@reactos.com [mailto:ros-dev-bounces@reactos.com] On Behalf Of Hartmut Birr Sent: 2. juni 2005 20:41 To: ReactOS Development List Subject: [ros-dev] rbuild question
Hi,
is it possible to reset the variable compilerflag within a special directory like freeldr? It seems that freeldr doesn't work if it was compiled with global optimisation enabled.
- Hartmut
It's not possible. I'd like to avoid adding and subtracting compiler flags in the xml files as compiler flags are compiler specific. How about we remove the optimisation compiler flags from the xml files and have rbuild output them based on a boolean optimizable <module> attribute instead?
Casper
Casper Hornstrup wrote:
-----Original Message----- From: ros-dev-bounces@reactos.com [mailto:ros-dev-bounces@reactos.com] On Behalf Of Hartmut Birr Sent: 2. juni 2005 20:41 To: ReactOS Development List Subject: [ros-dev] rbuild question
Hi,
is it possible to reset the variable compilerflag within a special directory like freeldr? It seems that freeldr doesn't work if it was compiled with global optimisation enabled.
- Hartmut
It's not possible. I'd like to avoid adding and subtracting compiler flags in the xml files as compiler flags are compiler specific. How about we remove the optimisation compiler flags from the xml files and have rbuild output them based on a boolean optimizable <module> attribute instead?
Casper
As long as you make the default yes and including it means no. Because we don't want to add "optimizable=yes" to 299 modules when only a single one doesn't like it.
Best regards, Alex Ionescu