summarylogtreecommitdiffstats
path: root/Makefile.inc.patch
blob: 00675fc3c571672c5c951c9b62838b303dfef7e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff -ura sdf3/etc/Makefile.inc sdf3.new/etc/Makefile.inc
--- sdf3/etc/Makefile.inc	2014-07-24 12:16:04.000000000 +0200
+++ sdf3.new/etc/Makefile.inc	2018-12-17 13:53:39.994552004 +0100
@@ -71,10 +71,9 @@
 RANLIB      = ranlib
 MAKE		= make
 
-CXXFLAGS    = -g -fno-tree-fre -O3 -Wall -D_GNU_SOURCE -D_$(TARGET)_ -pipe -fpic
-LDFLAGS     = 
-ARFLAGS     = cru
-MAKEFLAGS	= --no-print-directory
+CXXFLAGS   += -fno-tree-fre -fpic
+ARFLAGS     = cru
+MAKEFLAGS  += --no-print-directory
  
 OBJ         = o
 CPP         = cc