add no_cross_obj flag
This commit is contained in:
parent
9d2ff6b5b2
commit
233ba9931f
|
|
@ -46,8 +46,10 @@
|
|||
#define COMPILER cl
|
||||
#define LINKER link
|
||||
#define LIBBER lib
|
||||
|
||||
#define DO_CROSSOBJ_OPT 1
|
||||
|
||||
#if $[eq $[NO_CROSSOBJ_OPT],]
|
||||
#define DO_CROSSOBJ_OPT 1
|
||||
#endif
|
||||
|
||||
#if $[DO_CROSSOBJ_OPT]
|
||||
#define OPT4FLAGS /GL
|
||||
|
|
|
|||
Loading…
Reference in New Issue