working commit
This commit is contained in:
+2
-1
@@ -1,7 +1,7 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo subdir-objects
|
||||
|
||||
CXXFLAGS = -std=c++23 -Wall -I. -pthread -D_GNU_SOURCE=1 -MMD -MP
|
||||
CXXFLAGS = -O1 -std=c++23 -Wall -I. -pthread -D_GNU_SOURCE=1 -MMD -MP
|
||||
LDFLAGS = -pthread
|
||||
LIBS = -Wl,--as-need -lprotobuf
|
||||
|
||||
@@ -20,6 +20,7 @@ helmet_SOURCES = \
|
||||
uxlogger.cpp uxlogger.hpp \
|
||||
msgheader.cpp msgheader.hpp \
|
||||
interface.cpp interface.hpp \
|
||||
iprouter.cpp iprouter.hpp \
|
||||
uxcontrol.pb.cc uxcontrol.pb.h
|
||||
|
||||
ASTYLE_OPTS = --indent=spaces=8 --style=java
|
||||
|
||||
Reference in New Issue
Block a user