[GRASS-SVN] r73690 - grass/trunk
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 21 07:36:12 PST 2018
Author: neteler
Date: 2018-11-21 07:36:12 -0800 (Wed, 21 Nov 2018)
New Revision: 73690
Modified:
grass/trunk/Dockerfile
Log:
Dockerfile: avoid -march=native compiler flag
Modified: grass/trunk/Dockerfile
===================================================================
--- grass/trunk/Dockerfile 2018-11-21 07:55:53 UTC (rev 73689)
+++ grass/trunk/Dockerfile 2018-11-21 15:36:12 UTC (rev 73690)
@@ -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