Add initial leaptable-compiler commit
This commit is contained in:
parent
a71156ef59
commit
67c96e40bb
9 changed files with 430 additions and 2 deletions
5
config
5
config
|
|
@ -32,3 +32,8 @@
|
|||
source "scripts/paths"
|
||||
|
||||
# Project-specific variables below.
|
||||
[ -z "${LIBISO8601_CFLAGS}" ] && LIBISO8601_CFLAGS="$(libiso8601-config --cflags)"
|
||||
[ -z "${LIBISO8601_LIBS}" ] && LIBISO8601_LIBS="$(libiso8601-config --libs)"
|
||||
|
||||
[ -z "${CC}" ] && CC="gcc"
|
||||
[ -z "${CFLAGS}" ] && CFLAGS="-g -O2 -W -Wall"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue