CFLAGS

  • CFLAGS specifies the flags to pass to the C compiler

  • Flag with -D option => It means that particular flag is defined .
    For example: -D_ANSC_USER → The flag ANSC_USER is defined

  • Flag with value assigned => It means flag is defined and assigned some value .
    For example: -
    DLOCALSTATEDIR=\"/var\" means the flag LOCALSTATEDIR is defined and assigned the value "/var"

  • DISTRO_FEATURES is to enable features across your platform

NOTE : More details on CFLAGS and DISTRO_FEATURES enable/disable are available at Compile-time Build Variants Flags

Flag Lists : Flag_Lists_2024

  • No labels