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:
parent
7cf82fe422
commit
56415a0275
1 changed files with 0 additions and 1 deletions
|
|
@ -39,7 +39,6 @@ $(MINMEA_UNPACKNAME):
|
|||
# Files
|
||||
|
||||
CSRCS += minmea.c
|
||||
CFLAGS += -std=c99
|
||||
|
||||
clean::
|
||||
$(call DELFILE, $(OBJS))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue