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

No key found when compiling with -O4 (working with -O2) #2

Open
sylvainpelissier opened this issue Jul 26, 2019 · 1 comment
Open

Comments

@sylvainpelissier
Copy link

When using the default compilation flags aeskeyfind does not locate any keys on the following file. However compiling with -O2 option works fine. Here is my gcc version:

gcc (Ubuntu 8.3.0-6ubuntu1~18.10.1) 8.3.0

aeskeyschedule.zip

@Schnoudli
Copy link

I have a similar issue on my Mac. When compiled with the default flags, no key is found. It must be compiled with -O1 to make it work.

Apple LLVM version 8.0.0 (clang-800.0.42.1)

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

No branches or pull requests

2 participants