Skip to content
Snippets Groups Projects
Commit 3b9ab24a authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Strip out compiler specific parts, gnu strictness only applies to top-level

These belong in configure.ac and top-level Makefile.am


Former-commit-id: 5a1d813e9537eb32cf6d7f86d8ebf0113add9ca8
parent 9801b0af
No related branches found
No related tags found
No related merge requests found
......@@ -16,16 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Automake stuff
AUTOMAKE_OPTIONS=gnu
# Add the debug flag to the whole thing
AM_CFLAGS = -g -O3 -std=gnu99 -Wall -Werror -ffast-math -fstrict-aliasing \
-ftree-vectorize -funroll-loops $(SIMD_FLAGS) $(OPENMP_CFLAGS) \
-DTIMER -DCOUNTER -DCPU_TPS=2.30e9 \
# -fsanitize=address -fno-omit-frame-pointer
# AM_CFLAGS = -Wall -Werror $(OPENMP_CFLAGS) \
# -DTIMER -DCOUNTER -DCPU_TPS=2.67e9
AM_CFLAGS = -DTIMER -DCOUNTER -DCPU_TPS=2.30e9
# Assign a "safe" version number
AM_LDFLAGS = $(LAPACK_LIBS) $(BLAS_LIBS) $(HDF5_LDFLAGS) -version-info 0:0:0 # -fsanitize=address
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment