* Tools/speech/GNUmakefile: Remove specific OBJC flags.

Fixes bug #46939.46939
This commit is contained in:
fredkiefer 2018-01-21 14:32:43 +01:00
parent 618e31ff42
commit 57cf738c8b
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2018-01-21 Fred Kiefer <FredKiefer@gmx.de>
* Tools/speech/GNUmakefile: Remove specific OBJC flags.
Fixes bug #46939.
2018-01-14 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSMenu.m (-update): Restructure by splitting up into two

View file

@ -28,6 +28,4 @@ GSSpeechServer_LIB_DIRS += -L../../Source/$(GNUSTEP_OBJ_DIR) \
-lflite_usenglish -lflite_cmulex -lflite
endif
GSSpeechServer_OBJCFLAGS = -std=c99 -g -Werror
include $(GNUSTEP_MAKEFILES)/application.make