Hi all community,
I want to build a Makefile Project with optimization. I added -O3 line to my Makefile's Compile Options for Level-3 Optimization. This line optimization for all files.
So what can i do, if i want to build a file with no-optimize option and other all files with optimize option?
If this Project could be a C/C++ project, i would change optimization level for a specific file. But when it is a Makefile Project, i cant.
Do you have an idea about this? How can i change optimization level for a specific file?