Skip to content

Commit

Permalink
SporeModManager: add -fno-rtti to CXXFLAGS in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Aug 4, 2024
1 parent e57804b commit c717c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SporeModManager/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ endif
CFLAGS := \
-I$(THIRDPARTY_DIR)/zlib \
-I$(THIRDPARTY_DIR)/zlib/contrib/minizip
CXXFLAGS := -std=c++17 \
CXXFLAGS := -std=c++17 -fno-rtti \
-I$(SOURCE_DIR) \
-I$(THIRDPARTY_DIR)/tinyxml2 \
-I$(THIRDPARTY_DIR)/zlib \
Expand Down

0 comments on commit c717c84

Please sign in to comment.