Skip to content
Snippets Groups Projects
Commit cce7ec39 authored by Thomas Jürges's avatar Thomas Jürges
Browse files

SW-610: Specify 'native' CPU optimisation instead of 'haswell'

parent 7ea2b35b
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ ENV CASACORE_VERSION=v3.0.0 \
#
ARG J=6
ENV J=${J} \
CXX_FLAGS="--std=c++11 -W -Wall -Woverloaded-virtual -Wno-unknown-pragmas -D_GLIBCXX_USE_CXX11_ABI=${CXX_ABI} -O3 -march=haswell"
CXX_FLAGS="--std=c++11 -W -Wall -Woverloaded-virtual -Wno-unknown-pragmas -D_GLIBCXX_USE_CXX11_ABI=${CXX_ABI} -O3 -march=native"
#
# Base and runtime dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment