Skip to content

Commit

Permalink
ignore irrelevant warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
gisogrimm committed Jul 7, 2024
1 parent dac770e commit 50c21cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ VERSION=0.232.2

ARCH=$(shell uname -m)

CXXFLAGS = -Wall -Wextra -Wdeprecated-declarations -std=c++17 -pthread \
CXXFLAGS = -Wall -Wextra -Wdeprecated-declarations -Wno-psabi -std=c++17 -pthread \
-ggdb -fno-finite-math-only
# -Wconversion
# -Werror
Expand Down

0 comments on commit 50c21cd

Please sign in to comment.