63 |
|
|
64 |
# Whether to build a debug version |
# Whether to build a debug version |
65 |
# DEFAULT: False |
# DEFAULT: False |
66 |
debug = True |
# debug = True |
67 |
|
|
68 |
# Set to True to print the full compiler/linker command line |
# Set to True to print the full compiler/linker command line |
69 |
# DEFAULT: False |
# DEFAULT: False |
71 |
|
|
72 |
# Set to True to add flags that enable OpenMP parallelization |
# Set to True to add flags that enable OpenMP parallelization |
73 |
# DEFAULT: False |
# DEFAULT: False |
74 |
# openmp = True |
openmp = True |
75 |
|
|
76 |
# Additional compiler flags for OpenMP builds |
# Additional compiler flags for OpenMP builds |
77 |
# DEFAULT: compiler-dependent |
# DEFAULT: compiler-dependent |