Skip to content

Commit

Permalink
fix -Og test, by adding -DXXH_NO_INLINE_HINTS
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyan4973 committed Dec 27, 2024
1 parent 71891a0 commit 5dd1197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ clangtest: clean
.PHONY: gcc-og-test
gcc-og-test: clean
@echo ---- test gcc -Og compilation ----
CFLAGS="-Og -Wall -Wextra -Wundef -Wshadow -Wcast-align -Werror -fPIC" MOREFLAGS="-Werror" $(MAKE) all
CFLAGS="-Og -Wall -Wextra -Wundef -Wshadow -Wcast-align -Werror -fPIC" CPPFLAGS="-DXXH_NO_INLINE_HINTS" MOREFLAGS="-Werror" $(MAKE) all

.PHONY: cxxtest
cxxtest: clean
Expand Down

0 comments on commit 5dd1197

Please sign in to comment.