Browse Source

copypaste fix

master
anon 4 months ago
parent
commit
e3d2d44e1a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -6,7 +6,7 @@ ifeq ($(DEBUG), 1)
CFLAGS += -Wall -Wextra -Wpedantic
CFLAGS += -DDEBUG -O0 -ggdb -fno-inline
else
CFLAGS += -O3 -fno-stack-protector -fno-rtti
CFLAGS += -O3 -fno-stack-protector
endif

LDLIBS := -lircclient


Loading…
Cancel
Save