mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 13:06:14 +00:00
9d878d8422
Signed-off-by: Jan Hoffmann <jan@3e8.eu> [fix warnings, switch to tag tarball, update patches] Signed-off-by: Andre Heider <a.heider@gmail.com>
20 lines
315 B
Diff
20 lines
315 B
Diff
--- a/src/Makefile.am
|
|
+++ b/src/Makefile.am
|
|
@@ -48,8 +48,6 @@ endif !HAVE_GCC
|
|
|
|
if ENABLE_DEBUG
|
|
used_gcc_cflags += -O1 -g
|
|
-else
|
|
-used_gcc_cflags += -O3
|
|
endif
|
|
|
|
AM_CFLAGS = \
|
|
@@ -92,7 +90,6 @@ endif
|
|
drvifxos_additional_cflags=\
|
|
-DLINUX \
|
|
-D__LINUX__ \
|
|
- -O \
|
|
-D__KERNEL__ \
|
|
-DMODULE \
|
|
-DEXPORT_SYMTAB
|