diff options
author | midipix <writeonce@midipix.org> | 2021-06-01 09:50:29 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-01 09:50:29 +0000 |
commit | f2fec44dfb546037d4e052aeea48ff1014a176d8 (patch) | |
tree | 095828de83275d82d65b7dbf9cea4e4cdb4e90e4 | |
parent | 430ec840feb7e412fa187f05a2243e7f916967fe (diff) | |
download | mdso-f2fec44dfb546037d4e052aeea48ff1014a176d8.tar.bz2 mdso-f2fec44dfb546037d4e052aeea48ff1014a176d8.tar.xz |
project: added compilation environment variables.
-rw-r--r-- | config.project | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.project b/config.project index d95c715..2b00573 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 -D_XOPEN_SOURCE=700" mb_default_cflags_common="$mb_default_cflags_common -I\$(SOURCE_DIR)/src/internal" |