Skip to content

Commit

Permalink
Remove -std=c11 flag
Browse files Browse the repository at this point in the history
  • Loading branch information
lukamac committed Jan 29, 2024
1 parent 5990d83 commit 07f47d9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,4 @@ APP_CFLAGS += -DNNX_ACCELERATOR=\"$(ACCELERATOR)\" -DNNX_$(ACCELERATOR_UPPERCASE

APP_CFLAGS += -O2 -w -Wall -Werror

ifndef GAP_SDK_HOME
APP_CFLAGS += -std=c11
endif

include $(RULES_DIR)/pmsis_rules.mk

0 comments on commit 07f47d9

Please sign in to comment.