mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Revert "Merge branch 'test' into develop"
This reverts commit2f7b2f2987
, reversing changes made to5afccb5cac
.
This commit is contained in:
parent
6d909916bb
commit
38da01efa9
6 changed files with 9 additions and 440 deletions
|
@ -7,7 +7,7 @@
|
|||
+cc-option = $(shell if $(CC) -Werror $(1) -S -o /dev/null -xc /dev/null \
|
||||
+ > /dev/null 2>&1; then echo "$(1)"; else echo "$(2)"; fi ;)
|
||||
+mno_outline_atomics := $(call cc-option, -mno-outline-atomics, "")
|
||||
+ccflags-y += $(mno_outline_atomics) -Wframe-larger-than=2600
|
||||
+ccflags-y += $(mno_outline_atomics)
|
||||
#ccflags-y += -Wshadow-local
|
||||
# Needed for pahole
|
||||
#ccflags-y += -femit-struct-debug-detailed=any
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue