We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
set_optimize"aggressive"
v2.6.7+HEAD.93b7245
Linux
set_optimize"aggressive" tries -Ofast option with emscripten. However, this one does not exist and no optimization is activated.
-Ofast
Enable an optimization such as -O3.
-O3
set_optimize("aggressive") target("test") set_kind("binary") add_files("test.cpp")
No response
The text was updated successfully, but these errors were encountered:
try xmake update -s github:xmake-io/xmake#opti
xmake update -s github:xmake-io/xmake#opti
#2461
Sorry, something went wrong.
I have improved it.
No branches or pull requests
Xmake Version
v2.6.7+HEAD.93b7245
Operating System Version and Architecture
Linux
Describe Bug
set_optimize"aggressive"
tries-Ofast
option with emscripten. However, this one does not exist and no optimization is activated.Expected Behavior
Enable an optimization such as
-O3
.Project Configuration
Additional Information and Error Logs
No response
The text was updated successfully, but these errors were encountered: