mirror of https://github.com/CGAL/cgal
Remove deprecated flag for sunpro.
This commit is contained in:
parent
4c23753a4d
commit
1fecf12871
|
|
@ -916,7 +916,7 @@ set_compiler_flags()
|
|||
;;
|
||||
*SunOS*5.*CC*)
|
||||
#### settings for sunpro compiler on solaris
|
||||
ADDITIONAL_CXXFLAGS="-pto -D_RWSTD_ALLOCATOR"
|
||||
ADDITIONAL_CXXFLAGS="-D_RWSTD_ALLOCATOR"
|
||||
CGAL_LIB_CREATE="\$(CGAL_CXX) -xar -o ''"
|
||||
CGAL_SHARED_LIB_CXXFLAGS="-pic"
|
||||
CGAL_SHARED_LIB_CREATE="\$(CGAL_CXX) -G"
|
||||
|
|
|
|||
Loading…
Reference in New Issue