mirror of
https://github.com/fadden/nulib2.git
synced 2024-11-19 14:33:47 +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[] = "??? ?? ????";
|
||||
#endif
|
||||
|
||||
#ifdef OPTFLAGSTR
|
||||
static const char gNuBuildFlags[] = OPTFLAGSTR;
|
||||
#else
|
||||
static const char gNuBuildFlags[] = "-";
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user