You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging-gentoo/app-accessibility/speech-tools/files/speech-tools-2.5-all-base_c...

13 lines
396 B

diff --git a/base_class/Makefile b/base_class/Makefile
index 7a5d802..d2deabc 100644
--- a/base_class/Makefile
+++ b/base_class/Makefile
@@ -72,7 +72,3 @@ FILES = $(SRCS) EST_Pathname_win32.cc $(T) $(H)\
ALL = .buildlib $(BUILD_DIRS)
include $(TOP)/config/common_make_rules
-
-# Always compile with -O3 as its an important function
-rateconv.o:
- $(CXX_COMMAND) -O3 rateconv.cc -o rateconv.o