We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41912a4 commit 72231a9Copy full SHA for 72231a9
1 file changed
Makefile
@@ -3,7 +3,7 @@ CC = gcc
3
CXX = g++
4
5
# Compiler flags
6
-RELEASE_CFLAGS = -O2 -pipe -s
+RELEASE_CFLAGS = -O2 -pipe
7
DEBUG_CFLAGS = -g -pipe
8
RELEASE_CXXFLAGS = $(RELEASE_CFLAGS) -std=c++23 -I.
9
DEBUG_CXXFLAGS = $(DEBUG_CFLAGS) -std=c++23 -I.
0 commit comments