diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-20 22:53:49 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-20 22:53:49 +0000 |
commit | 6251c750398f5e7e5ec36275d2d34cc7b341d55f (patch) | |
tree | 0de1d87f1db0ac7411f93ef8a71172bd0e019c93 /include/makeinclude/platform_sunos5_g++.GNU | |
parent | ea6f3c5a06cd31171f726105c376c34274d6eece (diff) | |
download | ATCD-6251c750398f5e7e5ec36275d2d34cc7b341d55f.tar.gz |
*** empty log message ***
Diffstat (limited to 'include/makeinclude/platform_sunos5_g++.GNU')
-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 456bc054d26..bb08fa70b22 100644 --- a/include/makeinclude/platform_sunos5_g++.GNU +++ b/include/makeinclude/platform_sunos5_g++.GNU @@ -5,8 +5,8 @@ debug = 1 optimize = 1 -CC = gcc -CXX = g++ +CC = gcc +CXX = g++ CFLAGS += -Wall -Wpointer-arith -pipe #### -Winline CCFLAGS += $(CFLAGS) -fno-implicit-templates DCFLAGS += -g |