shared.mk


Log

Author Commit Date CI Message
lvandeve afbec112 2015-07-30T18:08:40 Add -O2 flag
Dmitry Shachnev 5da7e37a 2015-03-13T18:00:28 Makefile fixes and cleanups - Distinguish between CC/CFLAGS, CPP/CPPFLAGS and CXX/CXXFLAGS. Do not store compiler flags in CPPFLAGS, which is for preprocessor, and do not try to link files using a preprocessor. - Use COMMON_FLAGS for flags that are for both C and C++. - Drop -m64 flag which is wrong on 32-bit systems. - Use $(MAKE) instead of make, so that parallel building works.
Zoltan Szabadka 1d763978 2015-01-13T16:42:35 Add more test cases.
Zoltan Szabadka e1739826 2014-10-30T13:59:37 Add command-line tool and tests.