mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
add -pipe to default CFLAGS
This commit is contained in:
parent
5af473bf26
commit
7b58b2c577
2
Makefile
2
Makefile
@ -147,7 +147,7 @@ GCC_WITH_TUNE:=
|
|||||||
#SOFT_FLOAT:=true
|
#SOFT_FLOAT:=true
|
||||||
SOFT_FLOAT:=false
|
SOFT_FLOAT:=false
|
||||||
|
|
||||||
TARGET_OPTIMIZATION=-Os
|
TARGET_OPTIMIZATION=-Os -pipe
|
||||||
TARGET_DEBUGGING= #-g
|
TARGET_DEBUGGING= #-g
|
||||||
|
|
||||||
# Currently the unwind stuff seems to work for staticly linked apps but
|
# Currently the unwind stuff seems to work for staticly linked apps but
|
||||||
|
Loading…
x
Reference in New Issue
Block a user