forked from github/FeitCSI
lower compiler optimization flag
higher optimization made segmentation fault on some systems
This commit is contained in:
parent
f628479edb
commit
9bb4fd74fa
2
Makefile
2
Makefile
@ -24,7 +24,7 @@ INCLUDE_LIB_DIRS =
|
||||
INCLUDE_LIB = $(foreach includedir,$(INCLUDE_LIB_DIRS),-L$(includedir))
|
||||
|
||||
# Set compiler, preprocesor and linker flags
|
||||
CXXFLAGS += -g -O3 -Wall -std=c++17 $(CDEFS) $(INCLUDE)
|
||||
CXXFLAGS += -g -O1 -Wall -std=c++17 $(CDEFS) $(INCLUDE)
|
||||
CPPFLAGS += `pkg-config --cflags gtkmm-3.0 libnl-3.0 libnl-genl-3.0 libpcap`
|
||||
LDFLAGS += $(INCLUDE_LIB)
|
||||
LDLIBS += `pkg-config --libs gtkmm-3.0 libnl-3.0 libnl-genl-3.0 libpcap`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user