Joakim Gebart
669a4129af
Makefile.cflags: Add -fno-common by default to CFLAGS.
2015-01-26 09:13:12 +01:00
9cf054fe96
make: optionally add gcc lto flags
...
This commit enables building using link time optimization when
specifying "LTO=yes" in the application's Makefile.
2015-01-08 15:59:54 +01:00
René Kijewski
9f5b65166a
make: del no-delete-null-pointer-checks for clang++
...
This PR enables the use of clang++ to compile C++ projects by adding
`CXXUWFLAGS += -fno-delete-null-pointer-checks`, if `${CC}` understands
`-fno-delete-null-pointer-checks` but `${CXX}` does not.
2014-09-28 14:56:29 +02:00
Pham Huu Dang Nhat
f7398f61ff
Changed RIOT/Makefile.include, Makefile.base, Makefile.cflags, and native/Makefile.include to compile C and C++ files.
2014-06-25 22:26:10 +07:00
René Kijewski
8b34e8637d
make: fast out on old-style function definitions
2014-05-12 21:57:09 +02:00
René Kijewski
073bdfe9ec
make: add own file for CFLAGS feature tests
2014-05-12 21:57:09 +02:00