Skip to content

Commit

Permalink
SporeModLoader: enable -Wall -Wextra -Wpedantic
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Nov 29, 2023
1 parent 94a4677 commit 280467a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SporeModLoader/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CXXFLAGS := -std=c++17 \
-I$(SOURCE_DIR) \
-I$(THIRDPARTY_DIR)/Detours/src \
-Wno-attributes -Wp,-w
OPTFLAGS := -Os -flto
OPTFLAGS := -Os -flto -Wall -Wextra -Wpedantic
LDFLAGS := -s -flto

OBJECT_FILES := \
Expand Down

0 comments on commit 280467a

Please sign in to comment.