We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5683c commit de831c5Copy full SHA for de831c5
Makefile
@@ -318,7 +318,7 @@ wolfboot.efi: wolfboot.elf
318
$(Q)$(OBJCOPY) -j .rodata -j .text -j .sdata -j .data \
319
-j .dynamic -j .dynsym -j .rel \
320
-j .rela -j .reloc -j .eh_frame \
321
- --target=efi-app-x86_64 --subsystem=10 $^ $@
+ -O pei-x86-64 --subsystem=10 $^ $@
322
@echo
323
@echo "\t[SIZE]"
324
$(Q)$(SIZE) wolfboot.efi
0 commit comments