blob: 777dc8b9f9218821ec52f50387bc7145c5c6630a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- Makefile.orig Mon Jul 3 02:10:31 2000
+++ Makefile Mon Jul 3 02:12:24 2000
@@ -5,8 +5,7 @@
# Most options that were here and soem that weren't have been moved to config.h
# edit that file to set up options.
#
-CC = gcc
-CFLAGS = -O4 -Wall -DUNIX
+CFLAGS += -Wall -DUNIX
CFLAGS += -DENGLISH_LANG
#CFLAGS += -DBULGARIAN_LANG
#CFLAGS += -DPOLISH_LANG
|