Skip to content

Commit

Permalink
remove debug flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-d authored Aug 16, 2022
1 parent 8ddd1d4 commit c6fb2d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
cp ${self_root}/ipxe_config/general.h ${ipxe_root}/src/config/
cp ${self_root}/ipxe_config/console.h ${ipxe_root}/src/config/
cd ${ipxe_root}/src/
make bin-x86_64-efi/ipxe.efi EMBED=config.ipxe DEBUG=tls,x509,validator -j2
make bin-x86_64-efi/ipxe.efi EMBED=config.ipxe -j2
#make bin-x86_64-efi/ipxe.efi EMBED=config.ipxe DEBUG=tls,x509,validator -j2
- name: upload ipxe.efi as artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit c6fb2d7

Please sign in to comment.