From 2715125260da177d9869321027ef22a9f49fde1b Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Tue, 10 Oct 2017 00:46:34 +0000 Subject: switch Makefile.am from clang++ but to normal C (gcc) git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@720 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index f557df05..1012a78d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -37,15 +37,15 @@ endif ## CC = gcc ## CC = g++ ## CC = clang -CC = clang++ +## CC = clang++ # -std= can be c99, c11, gnu11, etc. Default is gnu89 (gnu90 is the same) # -Wall is no longer all warnings. Add -W (since renamed to -Wextra) for more AM_CPPFLAGS = -iquote ${top_srcdir}/include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -##AM_CFLAGS = -Wall -W @os_cflags@ +AM_CFLAGS = -Wall -W @os_cflags@ # AM_CFLAGS = -Wall -W @os_cflags@ -pedantic -std=c11 # AM_CFLAGS = -Wall -W @os_cflags@ -pedantic -std=c11 --analyze -AM_CFLAGS = -Wall -W @os_cflags@ -pedantic -std=c++14 +# AM_CFLAGS = -Wall -W @os_cflags@ -pedantic -std=c++14 sg_bg_ctl_LDADD = ../lib/libsgutils2.la @os_libs@ -- cgit v1.2.3