mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
libc/gnssutils: remove C99 standard flag from Make.defs
Summary: - Removed explicit -std=c99 flag from Make.defs - The project-wide C standard is already set at a higher level - Keeps build configuration consistent across the codebase Impact: - No functional changes to the code - Maintains consistency with project-wide C standard settings Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
@@ -39,7 +39,6 @@ $(MINMEA_UNPACKNAME):
|
||||
# Files
|
||||
|
||||
CSRCS += minmea.c
|
||||
CFLAGS += -std=c99
|
||||
|
||||
clean::
|
||||
$(call DELFILE, $(OBJS))
|
||||
|
||||
Reference in New Issue
Block a user