blob: 1a6481b9e7c367a4c74a1f5707b7f3669a6a8385 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- Makefile.orig 2003-12-27 04:24:26.397424080 -0500
+++ Makefile 2003-12-27 04:25:01.939020936 -0500
@@ -1,4 +1,3 @@
-GRAPHICAL_INTERFACE=gtk1
ifeq ($(GRAPHICAL_INTERFACE),gtk1)
GUICFLAGS = -DUSE_GTK `gtk-config --cflags`
@@ -21,7 +20,7 @@
all: $(PLUGIN) instructions
DEBUGCXXFLAGS = -g -Wall -DDEBUG
-CXXFLAGS = -DNO_DEBUG -DNDEBUG -O3 -Wall -mcpu=athlon -march=athlon -fomit-frame-pointer -ffast-math -fno-rtti
+CXXFLAGS += -DNO_DEBUG -DNDEBUG -fno-rtti
OBJECTS += string.o audio.o snd_plugin.o gui.o
string.o: string_class.cpp string_class.h
|