Skip to content

Commit f07ac75

Browse files
committed
chore: use -O0 for debug builds
1 parent 1b4a179 commit f07ac75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ endif
108108
endif
109109

110110
ifeq ($(build), debug)
111-
CXXFLAGS := -O2 -std=c++17 -Wall -Wextra -pedantic -Wuninitialized -g3
111+
CXXFLAGS := -O0 -std=c++17 -Wall -Wextra -pedantic -Wuninitialized -g3
112112
endif
113113

114114
ifeq ($(build), release)

0 commit comments

Comments
 (0)