integrate from release branch
This commit is contained in:
parent
ae6f134406
commit
5b83d55092
|
@ -21,6 +21,8 @@
|
|||
#ifndef MATRIX_H
|
||||
#define MATRIX_H
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#include "types.h"
|
||||
|
||||
extern "C" {
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
//#define NOSSE2 //disables SSE2 optimizations (better change it in the vc++ codegen options too)
|
||||
//#define DEVELOPER //enables dev+ features
|
||||
//#define GDB_STUB //enables the gdb stub. for some reason this is separate from dev+ for now
|
||||
|
||||
|
||||
#endif //_USERCONFIG_H
|
||||
|
|
Loading…
Reference in New Issue