diff options
author | midipix <writeonce@midipix.org> | 2021-06-01 09:53:08 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-01 09:53:08 +0000 |
commit | d1f480349e0222d24a70e85b241a63263e8b69d6 (patch) | |
tree | e354095f427c5cd21d31fce03d2d644c373a5752 /config.project | |
parent | 210bb1946f9a9d1a0fd59b667bcd09906b3f7a4f (diff) | |
download | pemagine-d1f480349e0222d24a70e85b241a63263e8b69d6.tar.bz2 pemagine-d1f480349e0222d24a70e85b241a63263e8b69d6.tar.xz |
project: added compilation environment variables.
Diffstat (limited to 'config.project')
-rw-r--r-- | config.project | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.project b/config.project index f581e5f..d5d6126 100644 --- a/config.project +++ b/config.project @@ -29,6 +29,10 @@ mb_pkglibs= mb_ccenv_create_log= mb_ccenv_skip_native= +# compilation environment +mb_hosted= +mb_freestanding= + # switches mb_default_cflags_common="-std=c99 -ffreestanding" mb_default_cflags_common="$mb_default_cflags_common -I\$(SOURCE_DIR)/src/internal" |