diff options
author | quou <quou@disroot.org> | 2024-12-31 23:38:11 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2024-12-31 23:38:11 +1100 |
commit | 96b27fe9841e537614962e273ef9f0802365ea6d (patch) | |
tree | d1373862f700a83dd476555913b50c969159a836 /qstd/Makefile | |
parent | ae7824be86ecc53752a3bee1038c0677ac203cf7 (diff) |
ui stuf and things hmm m mmm m シ
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 |