mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-09 16:18:20 +00:00
[client] moved DEBUG define into a CFLAG
This commit is contained in:
parent
0f24d72dbb
commit
d60f9988c9
@ -1,4 +1,4 @@
|
||||
CFLAGS=-g -Og -std=gnu99 -march=native -Wall -Werror -I./
|
||||
CFLAGS=-g -Og -std=gnu99 -march=native -Wall -Werror -I./ -DDEBUG
|
||||
LDFLAGS=-lrt -lGL
|
||||
|
||||
CFLAGS+=`pkg-config --cflags sdl2`
|
||||
|
@ -1,7 +1,4 @@
|
||||
#include "ivshmem.h"
|
||||
|
||||
#define DEBUG
|
||||
#define DEBUG_IVSHMEM
|
||||
#include "debug.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
@ -11,7 +11,6 @@
|
||||
|
||||
#include <GL/gl.h>
|
||||
|
||||
#define DEBUG
|
||||
#include "debug.h"
|
||||
#include "KVMGFXHeader.h"
|
||||
#include "ivshmem/ivshmem.h"
|
||||
|
@ -1,6 +1,4 @@
|
||||
#include "spice.h"
|
||||
|
||||
#define DEBUG
|
||||
#include "debug.h"
|
||||
|
||||
#include <string.h>
|
||||
|
Loading…
Reference in New Issue
Block a user