mirror of https://github.com/CGAL/cgal
Save the blank after -o in EXE_OPT for KCC.
This commit is contained in:
parent
ace36bc4a5
commit
e06b2af38a
|
|
@ -845,6 +845,7 @@ set_compiler_flags()
|
|||
WINDOW_DIR="/usr/openwin/lib"
|
||||
RUNTIME_LINKER_FLAG="-R "
|
||||
PRINT_STACKTRACE_PROGRAM="dbx"
|
||||
EXE_OPT="-o \$(SAVESTHEBLANK)"
|
||||
;;
|
||||
*SunOS*5.*CC*)
|
||||
#### settings for sunpro compiler on solaris
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
1.100 (14 April 2000)
|
||||
1.101 (29 June 2000)
|
||||
maintainer: Michael Hoffmann <hoffmann@inf.ethz.ch>
|
||||
|
|
|
|||
Loading…
Reference in New Issue