Release RMC-06.02
(2024-04-29)
|
Contents
DescriptionExample of a flags_*.gbs Description
Purpose
The flags_type.gbs files are used to specify builder-specific flags. The flags_type.gbs files may be placed in the following locations:
![]() General
Please refer to .gbs files: General information
Additional 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### |