Skip to content

Commit 24cd7e6

Browse files
author
José Salavert Torres
committed
compile flags
1 parent 39225d4 commit 24cd7e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ compiler = ARGUMENTS.get('compiler', 'gcc')
1414
env = Environment(tools = ['default', 'packaging'],
1515
CC = compiler,
1616
variables = vars,
17-
CFLAGS = '-Wall -std=c99 -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fopenmp -D_REENTRANT',
17+
CFLAGS = '-Wall -std=c99 -D_XOPEN_SOURCE=700 -D_GNU_SOURCE -D_BSD_SOURCE -fopenmp -D_REENTRANT',
1818
CPPPATH = ['#', '#src', '#src/tools/bam', bioinfo_path, commons_path, "%s/commons/argtable" % commons_path, "%s/commons/config" % commons_path, system_include, '%s/libxml2' % system_include ],
1919
LIBPATH = [commons_path, bioinfo_path, system_libs],
2020
LIBS = ['xml2', 'm', 'z', 'curl', 'dl', 'bioinfo', 'common'],

0 commit comments

Comments
 (0)