Skip to content
Snippets Groups Projects
Commit 35521b50 authored by Thomas Juerges's avatar Thomas Juerges
Browse files

ROHD-2434: Correct typo in CXXFLAGS

parent fc141fee
No related branches found
No related tags found
2 merge requests!138Lofar release 4 0,!130Resolve ROHD-2434 "Bug fix lofar docker base cpu optimisation"
......@@ -74,7 +74,7 @@ ARG CPU_OPTIMISATION="haswell"
ENV CPU_OPTIMISATION="-march=${CPU_OPTIMISATION} -mtune=${CPU_OPTIMISATION}"
# Combine CXX_FLAGS and CPU_OPTIMISATION
ENV CXX_FLAGS="${CXXFLAGS} ${CPU_OPTIMISATION}"
ENV CXX_FLAGS="${CXX_FLAGS} ${CPU_OPTIMISATION}"
#
......
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