diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-31 15:45:10 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-31 15:45:10 +0000 |
commit | 50ad1d45cd236090336b0f1e395c5349ef8da39e (patch) | |
tree | 469a244798edcfa9a1c995af60d5538bde62c1e7 /include | |
parent | e5f277a565694903c001ddb170b09e61b9d7736b (diff) | |
download | ATCD-50ad1d45cd236090336b0f1e395c5349ef8da39e.tar.gz |
removed dependency of CCFLAGS on CFLAGS to avoid duplicate -g in build command, and added -fno-implicit-templates in comment
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_sunos5_g++.GNU | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/makeinclude/platform_sunos5_g++.GNU b/include/makeinclude/platform_sunos5_g++.GNU index 63dbd67750a..0b29d3f2832 100644 --- a/include/makeinclude/platform_sunos5_g++.GNU +++ b/include/makeinclude/platform_sunos5_g++.GNU @@ -4,8 +4,8 @@ # CC = gcc CXX = g++ -CFLAGS += -Wall -Wpointer-arith # -O2 -Winline -CCFLAGS += $(CFLAGS) +CFLAGS += -Wall -Wpointer-arith #### -O2 -Winline +CCFLAGS += -Wall -Wpointer-arith #### -O2 -fno-implicit-templates -Winline DLD = $(CXX) LD = $(CXX) LDFLAGS += # -z muldefs |