Skip to content

Commit

Permalink
Fix -lm flag-related compile warnings in emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeOsborn committed Nov 2, 2023
1 parent 47a062b commit 428055c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.emscripten
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ LDFLAGS += -s STACK_SIZE=131072

LDFLAGS += --extern-pre-js emscripten/pre.js

CFLAGS += -Wall -I. -Ilibretro-common/include -std=gnu99 $(LIBS) #\
CFLAGS += -Wall -I. -Ilibretro-common/include -std=gnu99 #\
# -s EXPORTED_FUNCTIONS="['_main', '_malloc', '_cmd_savefiles', '_cmd_save_state', '_cmd_take_screenshot']"

RARCH_OBJ := $(addprefix $(OBJDIR)/,$(OBJ))
Expand Down

0 comments on commit 428055c

Please sign in to comment.