[GRASS-SVN] r73691 - grass/branches/releasebranch_7_6

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 21 07:37:10 PST 2018


Author: neteler
Date: 2018-11-21 07:37:10 -0800 (Wed, 21 Nov 2018)
New Revision: 73691

Modified:
   grass/branches/releasebranch_7_6/Dockerfile
Log:
Dockerfile: avoid -march=native compiler flag

Modified: grass/branches/releasebranch_7_6/Dockerfile
===================================================================
--- grass/branches/releasebranch_7_6/Dockerfile	2018-11-21 15:36:12 UTC (rev 73690)
+++ grass/branches/releasebranch_7_6/Dockerfile	2018-11-21 15:37:10 UTC (rev 73691)
@@ -77,7 +77,7 @@
 WORKDIR /code/grass
 
 # Set gcc/g++ environmental variables for GRASS GIS compilation, without debug symbols
-ENV MYCFLAGS "-O2 -march=native -std=gnu99 -m64"
+ENV MYCFLAGS "-O2 -std=gnu99 -m64"
 ENV MYLDFLAGS "-s"
 # CXX stuff:
 ENV LD_LIBRARY_PATH "/usr/local/lib"



More information about the grass-commit mailing list