Skip to content

Commit

Permalink
WAM: don't pass -std=c++17
Browse files Browse the repository at this point in the history
Fails if we add C, seems default anyway
  • Loading branch information
olilarkin committed Dec 20, 2024
1 parent 66dfac1 commit 90bce91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common-web.mk
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ NANOVG_LDFLAGS = -s USE_WEBGL2=0 -s FULL_ES3=1

# CFLAGS for both WAM and WEB targets
CFLAGS = $(INCLUDE_PATHS) \
-std=c++17 \
-Wno-bitwise-op-parentheses \
-DWDL_NO_DEFINE_MINMAX \
-DNDEBUG=1
Expand Down

0 comments on commit 90bce91

Please sign in to comment.