src/config.icc

    1
    2
    3
    4
    5
    6
    7
    8
    9
    
    # -*-Makefile-*-
    
    # for the Intel C compiler
    
    # how to launch the C99 compiler
    CC99 = icc -std=c99 -D_POSIX_SOURCE -D_BSD_SOURCE
    
    # other useful flags
    CFLAGS += -Wall