Skip to content

Commit 72231a9

Browse files
committed
remove -s option from Makefile
macOS defines this as an warning while compiling the tools
1 parent 41912a4 commit 72231a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CC = gcc
33
CXX = g++
44

55
# Compiler flags
6-
RELEASE_CFLAGS = -O2 -pipe -s
6+
RELEASE_CFLAGS = -O2 -pipe
77
DEBUG_CFLAGS = -g -pipe
88
RELEASE_CXXFLAGS = $(RELEASE_CFLAGS) -std=c++23 -I.
99
DEBUG_CXXFLAGS = $(DEBUG_CFLAGS) -std=c++23 -I.

0 commit comments

Comments
 (0)