-
Notifications
You must be signed in to change notification settings - Fork 35
Custom cflags
Chris MacMackin edited this page Dec 18, 2016
·
2 revisions
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...
-
Getting-Started
- A Taste of FoBiS.py
- fobos: the FoBiS.py makefile
- FoBiS.py in action
- FAQ