# Define a build variant which is just combination # of four properties. variant crazy : speed off on on ; # Define a built variant inherited from 'release'. # It defines one new property and get all properties # from parent variant. variant super_release : release : USE_ASM ;