'confCCOPTS'' ''''

confCCOPTS

Command-line switches to pass to the compiler Build macro

When compiling sendmail or its companion programs, you might need to add special command-line flags to the compiler's invocation. One example might be the need to add a -nostdinc switch for gcc. The confCCOPTS macro allows you to do this. The following instructs the gcc compiler to allow traditional K&R instructions:

define(`confCCOPTS', `-traditional')


    Part I: Build and Install
    Chapter 2. Build and Install sendmail
    Chapter 4. Configure sendmail.cf with m4
    Part II: Administration
    Part III: The Configuration File