Skip to content

Commit

Permalink
add an optimization flag to the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bemxio committed Mar 29, 2024
1 parent 554abda commit b8143e6
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
@@ -1,7 +1,7 @@
CXX = i686-w64-mingw32-g++
WINDRES = i686-w64-mingw32-windres

CXXFLAGS = -std=c++11 -static
CXXFLAGS = -std=c++11 -static -O2
CXXLIBS = -lntdll -lstrmiids -lole32 -luser32

SRC_DIR = src
Expand Down

0 comments on commit b8143e6

Please sign in to comment.