removed -v -y (left there by error)

This commit is contained in:
Antonio Linares
2001-12-10 10:46:20 +00:00
parent 013ed0f3bc
commit 8aa0ae0b47

View File

@@ -118,7 +118,7 @@ HBMAKE_DIR = utils\hbmake
# C compiler definition and C flags. These should never have to change.
#
CFLAGS = -I$(INCLUDE_DIR) -d $(C_USR) $(CFLAGS) -v -y
CFLAGS = -I$(INCLUDE_DIR) -d $(C_USR) $(CFLAGS)
CLIBFLAGS = -c $(CFLAGS) $(CLIBFLAGS)
CLIBFLAGSDEBUG = -v $(CLIBFLAGS)
HARBOURFLAGS = -i$(INCLUDE_DIR) -n -q0 -w -es2 -gc0 $(PRG_USR) $(HARBOURFLAGS)