mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
added c99 flag to allow macros in functions with y2 axis
This commit is contained in:
parent
45f77bc52d
commit
0d02193601
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ CFLAGS += -DUSE_FMEMOPEN
|
|||
endif
|
||||
|
||||
# Flags passed to compiler.
|
||||
CFLAGS += -g $(OPT_LEVEL) -Wall -Wextra -Wstrict-prototypes -pedantic -ansi
|
||||
CFLAGS += -g $(OPT_LEVEL) -Wall -Wextra -Wstrict-prototypes -pedantic -std=c99
|
||||
|
||||
# Ignore icc remarks about inlining limits.
|
||||
ifeq ($(CC),icc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue