Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new test executable #212

Merged
merged 1 commit into from
Feb 1, 2024
Merged

Add new test executable #212

merged 1 commit into from
Feb 1, 2024

Conversation

GoGoOtaku
Copy link
Collaborator

Just adding a new test executable that is build from scratch.
The executable does nothing but print "Hello World".

This file is a lot larger than the original one which was bellow 1kB but frankly anything under 100kB is fine for me.
Could I get this smaller by using assembly? Probably. Do I need to? No.

Not that it is needed but I also added a Makefile mostly to document which CFLAGS I used to build the executable.

For documentations purpose:
I am using -Wl,--gc-sections to get rid of GCC/MinGW adding a bunch of unneeded info (Mostly --with-pkginfo stuff).

@GoGoOtaku GoGoOtaku merged commit 4b88b9a into master Feb 1, 2024
3 checks passed
@GoGoOtaku GoGoOtaku deleted the new_testfile branch February 1, 2024 01:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant