Hi, everyone:
Recently I switched from Vim to code::blocks for debugging fortran (I am done with print, print, print,,,,), but I met a problem in which I cannot solve because of new to CB.
The problem is, say if I have two folders containing the source code in one project to compile. In the first folder I need to add flags like -cpp -O3 or sth, but in the second folder I need to place another flag like -fdefault-real-8, but this is not applicable to the source code in the first folder. How can I define different build options for different code in one project?
Yuxiang