Code reduction optimization by sharing common field descriptor information for numeric field types
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
ifndef PB_PATH
|
||||
PBPATHOPT=-I/usr/include -I/usr/local/include
|
||||
else
|
||||
PBPATHOPT=-I$(PB_PATH)
|
||||
endif
|
||||
|
||||
nanopb_pb2.py: nanopb.proto
|
||||
protoc --python_out=. -I /usr/include -I . nanopb.proto
|
||||
protoc --python_out=. $(PBPATHOPT) -I . nanopb.proto
|
||||
|
||||
Reference in New Issue
Block a user