remove unnecessary flags
This commit is contained in:
parent
22085c915a
commit
4c41573e17
4 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@ build() {
|
|||
export CPPFLAGS=""
|
||||
export LDFLAGS=""
|
||||
|
||||
export CFLAGS_FOR_TARGET="-O2 -G0 -ffunction-sections -fdata-sections \
|
||||
export CFLAGS_FOR_TARGET="-O2 -G0 \
|
||||
-fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables"
|
||||
export CXXFLAGS_FOR_TARGET="$CFLAGS_FOR_TARGET -fno-rtti"
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@ build() {
|
|||
export CPPFLAGS=""
|
||||
export LDFLAGS=""
|
||||
|
||||
export CFLAGS_FOR_TARGET="-O2 -G0 -ffunction-sections -fdata-sections \
|
||||
export CFLAGS_FOR_TARGET="-O2 -G0 \
|
||||
-fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables"
|
||||
export CXXFLAGS_FOR_TARGET="$CFLAGS_FOR_TARGET -fno-rtti"
|
||||
|
||||
|
|
|
@ -53,7 +53,7 @@ build() {
|
|||
export CPPFLAGS=""
|
||||
export LDFLAGS=""
|
||||
|
||||
export CFLAGS_FOR_TARGET="-O2 -G0 -ffunction-sections -fdata-sections \
|
||||
export CFLAGS_FOR_TARGET="-O2 -G0 \
|
||||
-fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables"
|
||||
export CXXFLAGS_FOR_TARGET="$CFLAGS_FOR_TARGET -fno-rtti"
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ build() {
|
|||
export CPPFLAGS=""
|
||||
export LDFLAGS=""
|
||||
|
||||
export CFLAGS_FOR_TARGET="-O2 -G0 -ffunction-sections -fdata-sections \
|
||||
export CFLAGS_FOR_TARGET="-O2 -G0 \
|
||||
-fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables"
|
||||
export CXXFLAGS_FOR_TARGET="$CFLAGS_FOR_TARGET -fno-rtti"
|
||||
|
||||
|
|
Loading…
Reference in a new issue