Another path

This commit is contained in:
Richard Belleville 2024-01-08 16:02:40 -08:00
parent 93b15e3647
commit 5ddbb02ccd
3 changed files with 5 additions and 5 deletions

2
Makefile generated
View File

@ -328,7 +328,7 @@ CXXFLAGS += -stdlib=libc++
LDFLAGS += -framework CoreFoundation
endif
CFLAGS += -g
CPPFLAGS += -g -Wall -Wextra -DOSATOMIC_USE_INLINED=1 -Ithird_party/abseil-cpp -Ithird_party/re2 -Ithird_party/protobuf -Isrc/core/ext/upb-gen -Isrc/core/ext/upbdefs-gen -Ithird_party/utf8_range -Ithird_party/xxhash
CPPFLAGS += -g -Wall -Wextra -DOSATOMIC_USE_INLINED=1 -Ithird_party/abseil-cpp -Ithird_party/re2 -Ithird_party/protobuf -Isrc/core/ext/upb-gen -Isrc/core/ext/upbdefs-gen -Ithird_party/protobuf/third_party/utf8_range -Ithird_party/xxhash
COREFLAGS += -fno-exceptions
LDFLAGS += -g

View File

@ -149,7 +149,7 @@ defaults:
CFLAGS: -g
COREFLAGS: -fno-exceptions
CPPFLAGS: -g -Wall -Wextra -DOSATOMIC_USE_INLINED=1 -Ithird_party/abseil-cpp -Ithird_party/re2
-Ithird_party/protobuf -Isrc/core/ext/upb-gen -Isrc/core/ext/upbdefs-gen -Ithird_party/utf8_range
-Ithird_party/protobuf -Isrc/core/ext/upb-gen -Isrc/core/ext/upbdefs-gen -Ithird_party/protobuf/third_party/utf8_range
-Ithird_party/xxhash
LDFLAGS: -g
zlib:

6
grpc.gyp generated
View File

@ -60,7 +60,7 @@
'-Ithird_party/protobuf',
'-Isrc/core/ext/upb-gen',
'-Isrc/core/ext/upbdefs-gen',
'-Ithird_party/utf8_range',
'-Ithird_party/protobuf/third_party/utf8_range',
'-Ithird_party/xxhash',
],
'ldflags': [
@ -141,7 +141,7 @@
'-Ithird_party/protobuf',
'-Isrc/core/ext/upb-gen',
'-Isrc/core/ext/upbdefs-gen',
'-Ithird_party/utf8_range',
'-Ithird_party/protobuf/third_party/utf8_range',
'-Ithird_party/xxhash',
],
'OTHER_CPLUSPLUSFLAGS': [
@ -154,7 +154,7 @@
'-Ithird_party/protobuf',
'-Isrc/core/ext/upb-gen',
'-Isrc/core/ext/upbdefs-gen',
'-Ithird_party/utf8_range',
'-Ithird_party/protobuf/third_party/utf8_range',
'-Ithird_party/xxhash',
'-stdlib=libc++',
'-std=c++14',