src/config.pgcc

    1
    2
    3
    4
    5
    6
    7
    
    # -*-Makefile-*-
    
    # how to launch the (Portland) C99 compiler
    CC99 = pgcc -c99 -D_GNU_SOURCE=1
    
    # other useful (non-standard) flags
    CFLAGS +=