IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 20, 2004, 2:14:46 PM (22 years ago)
Author:
desonia
Message:

Added _GNU_SOURCE specify a broader system header usage (non-strict C99, allow some BSD functionality).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/Makefile.Globals

    r449 r483  
    55##  Assumptions:    Variable "prefix" already defined
    66##
    7 ##  $Revision: 1.2 $  $Name: not supported by cvs2svn $
    8 ##  $Date: 2004-04-19 19:49:40 $
     7##  $Revision: 1.3 $  $Name: not supported by cvs2svn $
     8##  $Date: 2004-04-21 00:14:46 $
    99##
    1010##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3838# Set initial value for CFLAGS which will include all OS common flags for GCC
    3939
    40 CFLAGS := -O2 -g2 -Wall -Werror -std=c99 -pipe
     40CFLAGS := -O2 -g2 -Wall -Werror -std=c99 -D_GNU_SOURCE -pipe
    4141
    4242# Set initial value for LDFLAGS which will include all OS common flags for GCC
Note: See TracChangeset for help on using the changeset viewer.