Skip to content

Commit

Permalink
Drop -std=c23
Browse files Browse the repository at this point in the history
Some distributions have old GCC versions that do not understand it.
  • Loading branch information
DemiMarie committed Nov 17, 2024
1 parent 3cb705b commit a2f5128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export LIBDIR SCRIPTSDIR SYSLIBDIR INCLUDEDIR
.PHONY: all selinux install install-selinux install-fedora-kernel-support install-debian-kernel-support clean

all:
gcc $(CFLAGS) -o gptfixer/gpt gptfixer/gpt.c -std=c23 -D_GNU_SOURCE -fno-strict-aliasing $(CFLAGS) -lz
gcc $(CFLAGS) -o gptfixer/gpt gptfixer/gpt.c -D_GNU_SOURCE -fno-strict-aliasing $(CFLAGS) -lz
$(MAKE) -C qrexec-lib all
$(MAKE) -C qmemman all
$(MAKE) -C imgconverter all
Expand Down

0 comments on commit a2f5128

Please sign in to comment.