Skip to content

Commit

Permalink
Improve build options
Browse files Browse the repository at this point in the history
  • Loading branch information
roleoroleo committed Aug 19, 2024
1 parent b17cfbb commit bb22917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rRTSPServer/init.rRTSPServer
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cd fdk-aac

./configure CC=arm-openwrt-linux-gcc \
--prefix=$SCRIPT_DIR/fdk-aac/_install \
CFLAGS="-Os -mcpu=cortex-a7 -mfpu=neon-vfpv4 -I/opt/yi/toolchain-sunxi-musl/toolchain/include -L/opt/yi/toolchain-sunxi-musl/toolchain/lib" \
CFLAGS="-Os -ffunction-sections -fdata-sections -mcpu=cortex-a7 -mfpu=neon-vfpv4 -I/opt/yi/toolchain-sunxi-musl/toolchain/include -L/opt/yi/toolchain-sunxi-musl/toolchain/lib" \
AR=arm-openwrt-linux-ar \
RANLIB=arm-openwrt-linux-ranlib \
--host=arm \
Expand Down

0 comments on commit bb22917

Please sign in to comment.