diff options
Diffstat (limited to 'qstd/Makefile')
-rw-r--r-- | qstd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qstd/Makefile b/qstd/Makefile index c4b088b..7e3f0f1 100644 --- a/qstd/Makefile +++ b/qstd/Makefile @@ -2,7 +2,7 @@ target = libqstd.a includes = -I../qstd defines = -Dplat_x86 -Dplat_posix -Dallocation_default_alignment=8 -cflags = -std=c90 -pedantic -Wall -Wextra $(DEBUG_COMPILE_FLAG) $(includes) $(defines) +cflags = -std=gnu90 -pedantic -Wall -Wextra $(DEBUG_COMPILE_FLAG) $(includes) $(defines) lflags = $(DEBUG_LINK_FLAG) objects = plat.o memory.o str.o pack.o |