Removed -Wall for g++ on Solaris. (<- GJ)

This commit is contained in:
Michael Hoffmann 2002-01-22 09:08:50 +00:00
parent b3c1769ff6
commit 94ea4ed5cd
1 changed files with 1 additions and 1 deletions

View File

@ -843,7 +843,7 @@ set_compiler_flags()
;;
*SunOS*5.*g++*)
#### settings for egcs/gcc2.8 on solaris
ADDITIONAL_CXXFLAGS="-Wall"
#ADDITIONAL_CXXFLAGS="-Wall"
LONG_NAME_PROBLEM_LDFLAGS="-z nodefs -s"
CGAL_SHARED_LIB_CREATE="\$(CGAL_CXX) -G"
CGAL_WINLIB_CXXFLAGS="-fpermissive"