Merge branch 'ak/profile-feedback-build'
* ak/profile-feedback-build: Fix profile feedback with -jN and add profile-fast Run the perf test suite for profile feedback too Don't define away __attribute__ on gcc Use BASIC_FLAGS for profile feedback
This commit is contained in:
@ -291,10 +291,12 @@ extern char *gitbasename(char *);
|
||||
#else
|
||||
#define NORETURN
|
||||
#define NORETURN_PTR
|
||||
#ifndef __GNUC__
|
||||
#ifndef __attribute__
|
||||
#define __attribute__(x)
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* The sentinel attribute is valid from gcc version 4.0 */
|
||||
#if defined(__GNUC__) && (__GNUC__ >= 4)
|
||||
|
||||
Reference in New Issue
Block a user