mirror of
https://github.com/fadden/nulib2.git
synced 2024-12-29 00:31:43 +00:00
Allow flag string to be undefined.
This commit is contained in:
parent
d34f09ba8f
commit
8f1bea0a47
@ -13,7 +13,11 @@ static const char gNuBuildDate[] = __DATE__;
|
|||||||
static const char gNuBuildDate[] = "??? ?? ????";
|
static const char gNuBuildDate[] = "??? ?? ????";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef OPTFLAGSTR
|
||||||
static const char gNuBuildFlags[] = OPTFLAGSTR;
|
static const char gNuBuildFlags[] = OPTFLAGSTR;
|
||||||
|
#else
|
||||||
|
static const char gNuBuildFlags[] = "-";
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user