-
Notifications
You must be signed in to change notification settings - Fork 2
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
Changing Release compiler options #5
Comments
I will address this one. Bill |
Hi - If possible, please provide an update on this one. Thanks. |
Been involved in other things and didn't want to switch gears and then loose my train of thought. Bill |
Thanks for your volunteer time and effort on this. It's greatly
appreciated.
I wanted to have my final Hercules build with the gists libraries compiled
with gcc -O3 -march=native and was hoping to have that functionality soon.
If you are tied up, would it be possible to assign the "issue" to another
person?
Thanks,
Bill
…On Tue, Jun 28, 2022 at 5:17 PM Bill Lewis ***@***.***> wrote:
Been involved in other things and didn't want to switch gears and then
loose my train of thought.
So nothing has been done on this issue, yet;.
Bill
—
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYRYNQXVOKQD5EWYEZJF5QTVRNTXPANCNFSM5XJIP3YQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Bill, If you care to try my Hercules-Helper project, used to make building SDL-Hercules easier on many different systems, it now supports passing options to CMake for the external packages build. Uncomment the last line in example Just FYI... I have not changed anything in the SDL-Hercules for this (yet). Hercules-Helper does not use the Let me know if it doesn't work for you. I will be enhancing the Bill |
Hi Bill, Thank you again for your time on this, and sorry for my delay in responding. The Hercules Helper is an interesting approach and I can still use that if needed. I have one question on the original gists project (without using Hercules Helper): In the original gists project's make files, if I just want to re-use the original compile variable names, with just changing |
As-is, as far as I know, no, that is not possible just by setting one thing at a high level. You could edit the four Keep in mind any time you change those things, you'll probably need to destroy the existing Bill |
Hi Bill,
Thank you for your response. I will try it out.
Bill
|
Thank you for your time on this. Will take a look and get back to you in the next few days.
|
I would like to change the Release compiler options for the 4 external packages to
gcc -O3 -march=native
.I've spent some time reviewing the CMake files. It appears to only use this for releases:
Is there a clean way (at the highest level) to set all compile options for all packages to:
gcc -O3 -march=native
?Thanks
The text was updated successfully, but these errors were encountered: