Skip to content

Commit

Permalink
Fixed default value for EXTRA_CFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayBrahmakshatriya committed Dec 18, 2023
1 parent 25b6902 commit 6cf5fcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-all-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
submodules: recursive
- run: sudo apt-get install g++
- run: make V=1 -C ${{ github.workspace }} -j$(nproc) run
- run: make -C ${{ github.workspace }} -j$(nproc) run
- name: Install libunwind-dev
run: sudo apt-get install libunwind-dev libdwarf-dev=20200114-1 libdwarf1=20200114-1
- run: make -C ${{ github.workspace }} RECOVER_VAR_NAMES=1 -j$(nproc) run
Expand Down
2 changes: 1 addition & 1 deletion make/setvars.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif
DEBUG=1
endif

EXTRA_CFLAGS?=""
EXTRA_CFLAGS?=

# Create CFLAGS, LINKER_FLAGS, CFLAGS_INTERNAL and INCLUDE_FLAGS based on config
CFLAGS_INTERNAL=-std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wmissing-declarations
Expand Down

0 comments on commit 6cf5fcf

Please sign in to comment.