changeset 78:996447529146

Added -prototypes flag to compilation.
author neelin <neelin>
date Fri, 22 Jan 1993 11:41:06 +0000
parents ddd42a13139c
children 572d664fc649
files libsrc/Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libsrc/Makefile
+++ b/libsrc/Makefile
@@ -11,8 +11,8 @@
 LIBRARY = minc
 
 # Compiler and loader options
-CDEFINES = -DDEBUG
-OPT      = -O
+CDEFINES = 
+OPT      = -O -prototypes
 LDOPT    = -L/usr/local/lib -lnetcdf -lsun -lm -lc_s
 INCLUDES = -I. -I/usr/local/include