3.1 Customizing Compiler
These settings are effective at compile-time.
Environment variables (default value):
COB_CC- C compiler ("gcc")
COB_CFLAGS- Flags passed to the C compiler ("-I$(PREFIX)/include")
COB_LDFLAGS- Flags passed to the C compiler ("")
COB_LIBS- Standard libraries linked with the program ("-L$(PREFIX)/lib -lcob")
COB_LDADD- Additional libraries linked with the program ("")