8c27400ee0
specified CFLAGS all over. Without this, no optimization is used AT ALL for some files (libraries). Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
10 lines
434 B
Plaintext
10 lines
434 B
Plaintext
|
|
--- config/cf/Library.tmpl Wed Oct 13 00:20:41 1999
|
|
+++ config/cf/Library.tmpl Thu Dec 21 09:22:14 2000
|
|
@@ -69,3 +69,3 @@
|
|
CLIBDEBUGFLAGS = LibraryDebugOpt
|
|
- CFLAGS = $(CDEBUGFLAGS) $(CLIBDEBUGFLAGS) $(CCOPTIONS) $(THREADS_CFLAGS) $(ALLDEFINES)
|
|
+ CFLAGS += $(CDEBUGFLAGS) $(CLIBDEBUGFLAGS) $(CCOPTIONS) $(THREADS_CFLAGS) $(ALLDEFINES)
|
|
# if defined(LargePICTable) && LargePICTable && defined(LargePositionIndependentCFlags)
|
|
|