-----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