Removed windows only commandline options
This commit is contained in:
parent
57108c2c7e
commit
1b093acfe6
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ OPT = g -g
|
|||
DEFINE = -DCPU_Z80_STATIC -DCPU_Z80_USE_LOCAL_HEADER
|
||||
|
||||
CFLAGS = -Wall -Wextra -std=c++20 -flto -O$(OPT) $(DEFINE) -Iinclude `$(PREFIX)pkg-config --cflags sdl2` -Ilibs/z80/API/emulation/CPU -Ilibs/z/API
|
||||
LDFLAGS = -Wall -Wextra -flto -O$(OPT) `$(PREFIX)pkg-config --libs sdl2` `$(PREFIX)pkg-config --libs SDL2_image` -mconsole
|
||||
LDFLAGS = -Wall -Wextra -flto -O$(OPT) `$(PREFIX)pkg-config --libs sdl2` `$(PREFIX)pkg-config --libs SDL2_image`
|
||||
|
||||
SRC = \
|
||||
src/main.cpp \
|
||||
|
|
Loading…
Reference in New Issue
Block a user