Skip to content

Commit

Permalink
chore: Update build.yml to comment out CFLAGS and CXXFLAGS exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Turbin committed Aug 24, 2024
1 parent d0b4102 commit e5ecf40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
shell: bash
run: |
source ${TOOLCHAIN_DIR}/environment-setup
export CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
export CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
# export CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
# export CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
../configure \
--host=arm-webos-linux-gnueabi \
--prefix=${{ github.workspace }}/v4l-utils-install \
Expand Down

0 comments on commit e5ecf40

Please sign in to comment.