Skip to content

Commit

Permalink
Remove console from release
Browse files Browse the repository at this point in the history
  • Loading branch information
makuke1234 committed Jan 1, 2022
1 parent bc49201 commit 2c7bdaa
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
Expand Up @@ -6,7 +6,7 @@ CDEFFLAGS=-std=c2x -Wall -Wextra -Wpedantic -Wconversion -m64 -D UNICODE -D _UNI
CXXDEFFLAGS=-std=c++20 -Wall -Wextra -Wpedantic -Wconversion -m64 -D UNICODE -D _UNICODE
CDEBFLAGS=-g -O0 -D _DEBUG
CFLAGS=-O3 -Wl,--strip-all,--build-id=none,--gc-sections -fno-ident -D NDEBUG
LIB=-municode -lgdi32 -ld2d1 -ldwrite -luuid
LIB=-municode -lgdi32 -ld2d1 -ldwrite -luuid -mwindows

SRC=src
SRC_SINGLE=srcSingle
Expand Down

0 comments on commit 2c7bdaa

Please sign in to comment.