Another path
This commit is contained in:
parent
93b15e3647
commit
5ddbb02ccd
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue