Skip to content

Commit bcd1c39

Browse files
committed
async-profiles: fix typo in patch file
1 parent bc09a04 commit bcd1c39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
--- Makefile.orig 2025-05-27 11:02:05
22
+++ Makefile 2025-05-27 11:02:20
33
@@ -28,8 +28,8 @@
4-
4+
55
CFLAGS_EXTRA ?=
66
CXXFLAGS_EXTRA ?=
77
-CFLAGS=-O3 -fno-exceptions $(CFLAGS_EXTRA)
88
-CXXFLAGS=-O3 -fno-exceptions -fno-omit-frame-pointer -fvisibility=hidden -std=c++11 $(CXXFLAGS_EXTRA)
99
+CFLAGS+=-fno-exceptions $(CFLAGS_EXTRA)
10-
+CXXFLAGS+==-fno-exceptions -fno-omit-frame-pointer -fvisibility=hidden -std=c++11 $(CXXFLAGS_EXTRA)
10+
+CXXFLAGS+=-fno-exceptions -fno-omit-frame-pointer -fvisibility=hidden -std=c++11 $(CXXFLAGS_EXTRA)
1111
CPPFLAGS=
1212
DEFS=-DPROFILER_VERSION=\"$(PROFILER_VERSION)\"
1313
INCLUDES=-I$(JAVA_HOME)/include -Isrc/helper

0 commit comments

Comments
 (0)