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

Update compiler flags in Makefile #24

Merged
merged 1 commit into from
Feb 4, 2024
Merged

Update compiler flags in Makefile #24

merged 1 commit into from
Feb 4, 2024

Conversation

mendes-jv
Copy link
Owner

Compiler flags in the Makefile of the libft library have been updated for increased optimization and stricter error detection. -Ofast and -O3 flags were added for faster execution speed, and -Werror was introduced for treating warnings as errors. This will improve code quality by ensuring high coding standards and optimization.

Compiler flags in the Makefile of the libft library have been updated for increased optimization and stricter error detection. `-Ofast` and `-O3` flags were added for faster execution speed, and `-Werror` was introduced for treating warnings as errors. This will improve code quality by ensuring high coding standards and optimization.
@mendes-jv mendes-jv merged commit 75a3b8a into main Feb 4, 2024
0 of 2 checks passed
@mendes-jv mendes-jv deleted the detached3 branch February 4, 2024 11:34
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.

1 participant