Release RMC-06.02
(2024-04-29)
|
ContentsDescriptionExample of a flags_*.gbs DescriptionPurposeThe flags_type.gbs files are used to specify builder-specific flags. The flags_type.gbs files may be placed in the following locations:
GeneralPlease refer to .gbs files: General informationAdditional for this file:
Contents:Syntax:One flag per lineA line containing spaces will be quoted unless the line also contains quotes (") To prevent this, place elements on separate lines Notes:Flags may not be include-paths like -I and/or -LThese should be specified in the incs_*.gbs files. Example of a flags_*.gbs:#======================================================== # [superglo::test]FLAGS_C.GBS #======================================================== -DTESTFLAG=1 ###EOF### |