Skip to content
Snippets Groups Projects
Commit 5e021fd9 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

add some compilation options

parent d2dd8c75
Branches
Tags
No related merge requests found
......@@ -6,7 +6,8 @@ import os
hostname = os.getenv('HOSTNAME')
extra_compile_args = ['-mtune=native', '-ffast-math', '-std=c++11']
extra_compile_args = ['-Wall', '-O2', '-g', '-mtune=native', '-ffast-math', '-std=c++11']
#extra_compile_args = ['-Wall', '-O0', '-g', '-std=c++11']
extra_libraries = ['hdf5_cpp', 'hdf5']
if hostname == 'chichi-G':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment