c8abbf1e22
Do not force to build with O3 optimization any more, but take what was selected by the OpenWrt build system. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
19 lines
315 B
Diff
19 lines
315 B
Diff
--- a/src/Makefile.am
|
|
+++ b/src/Makefile.am
|
|
@@ -45,8 +45,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
|