-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.macosx_debug
38 lines (36 loc) · 1.34 KB
/
config.macosx_debug
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#!/usr/bin/python
#
# autogenerated by MRtrix configure script
#
# configure output:
#
# MRtrix build type requested: debug [command-line only]
#
# Checking C++ compiler [g++]: 4.2.1 - tested ok
# Detecting OS: darwin
# Detecting pointer size: 64 bit
# Detecting byte order: little-endian
# Checking for C++ TR1 implementation: not present - using SGI hash_map instead
# Checking for 64-bit integer type: yes
# Checking for zlib compression library: 1.2.5
# Checking for POSIX threads: yes
# Checking for GNU Scientific Library: 1.16
# Checking whether GSL compiles with -DHAVE_INLINE: yes
# Checking shared library generation: yes
obj_suffix = '.o'
exe_suffix = ''
lib_prefix = 'lib'
lib_suffix = '.dylib'
cpp = [ 'g++', '-c', 'CFLAGS', 'SRC', '-o', 'OBJECT' ]
cpp_flags = [ '-fPIC', '-Wno-unused-parameter', '-DMACOSX', '-fPIC', '-DWORD64', '-O0', '-g', '-D_GLIBCXX_DEBUG=1', '-D_GLIBCXX_DEBUG_PEDANTIC=1' ]
ld = [ 'g++', 'OBJECTS', 'LDFLAGS', '-o', 'EXECUTABLE' ]
ld_flags = [ '-dynamiclib', '-lz', '-g', '-lgsl', '-lgslcblas' ]
ld_enabled = True
ld_lib = [ 'g++', '-shared', 'LDLIB_FLAGS', 'OBJECTS', '-o', 'LIB' ]
ld_lib_flags = [ '-lz', '-g', '-lgsl', '-lgslcblas' ]
thread_cflags = []
thread_ldflags = [ '-lpthread' ]
gsl_cflags = [ '-I/usr/local/include', '-DHAVE_INLINE' ]
gsl_ldflags = [ '-L/usr/local/lib', '-lgsl', '-lgslcblas' ]
qt_cflags = []
qt_ldflags = []