Skip to content
Chris MacMackin edited this page Dec 18, 2016 · 2 revisions

Build a specific target with user-defined flags

The default compiling flags are minimal... -c! You can customize this flag with -cflags option

FoBiS.py build -cflags '-c -cpp -O2' --target cumbersome.f90

This is obviously valid also for the linking/preprocessing/libraries flags, namely -lflags, -p etc...

Clone this wiki locally