Replies: 2 comments
|
i specifically need separate binaries for this, compiled in release mode but i have no idea how |
0 replies
|
nvm i think i got it yep it worked, had to add PROFILE=release to the make flags took 20 minutes of searching through makefile stuff to find it, maybe include the command for the release build in the README as it really wasnt obvious (im using the release mode since im gonna try building LFS for the first time and i wanted to see how much rust i could integrate into it) |
0 replies
Answer selected by
zxq5-dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nvm i think i got it
yep it worked, had to add PROFILE=release to the make flags
took 20 minutes of searching through makefile stuff to find it, maybe include the command for the release build in the README as it really wasnt obvious (im using the release mode since im gonna try building LFS for the first time and i wanted to see how much rust i could integrate into it)