Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Reinecke
ducc
Commits
4475d484
Commit
4475d484
authored
Sep 01, 2020
by
Martin Reinecke
Browse files
getting uglier before it gets better
parent
4e95fdc1
Pipeline
#81386
passed with stages
in 12 minutes and 20 seconds
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
python/gridder_cxx.h
View file @
4475d484
This diff is collapsed.
Click to expand it.
setup.py
View file @
4475d484
...
...
@@ -47,11 +47,11 @@ else:
'-Woverloaded-virtual'
,
'-Wcast-qual'
,
'-Wcast-align'
,
'-Wpointer-arith'
,
'-g'
]
'-Wpointer-arith'
]
python_module_link_args
+=
[
'-march=native'
,
'-Wl,-rpath,$ORIGIN'
,
]
'-s'
]
# if you want debugging info, remove the "-s" from python_module_link_args
depfiles
=
(
_get_files_by_suffix
(
'.'
,
'h'
)
+
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment