Skip to content

Commit

Permalink
squash! fix macos?
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Oct 24, 2024
1 parent 2c68734 commit 7fdce48
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 @@ -84,7 +84,7 @@ stats: $(QJS)
$(QJS) -qd

# implicitly .PHONY because it doesn't generate output
cxxtest: CXXFLAGS+=-Wall -Wextra -Werror -Wno-unused-parameter -fsyntax-only
cxxtest: CXXFLAGS+=-std=c++11 -fsyntax-only -Wall -Wextra -Werror -Wno-unused-parameter
cxxtest: cxxtest.cc quickjs.h
$(CXX) $(CXXFLAGS) -DJS_NAN_BOXING=0 $<
$(CXX) $(CXXFLAGS) -DJS_NAN_BOXING=1 $<
Expand Down

0 comments on commit 7fdce48

Please sign in to comment.