mirror of
https://github.com/jfdelnero/HxCFloppyEmulator.git
synced 2026-07-28 04:06:36 +00:00
linux : remove debug infos in release mode.
This commit is contained in:
@@ -28,7 +28,7 @@ EXEC=libhxcfe.so
|
||||
|
||||
ifeq ($(TARGET), Linux)
|
||||
CFLAGS += -fPIC -Wl,-Map,foo.map
|
||||
LDFLAGS += -g -lc -lm -ldl
|
||||
LDFLAGS += -lc -lm -ldl
|
||||
endif
|
||||
|
||||
ifeq ($(TARGET), mingw32)
|
||||
@@ -46,7 +46,7 @@ EXEC=libhxcfe.dll
|
||||
endif
|
||||
|
||||
ifeq ($(findstring CYGWIN,$(shell uname)),CYGWIN)
|
||||
LDFLAGS= -g -shared -lc -lm -ldl
|
||||
LDFLAGS= -shared -lc -lm -ldl
|
||||
EXEC=libhxcfe.dll
|
||||
endif
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ EXEC=libusbhxcfe.so
|
||||
|
||||
ifeq ($(TARGET), Linux)
|
||||
CFLAGS += -fPIC -Wl,-Map,foo.map
|
||||
LDFLAGS += -g -lc -lm -ldl
|
||||
LDFLAGS += -lc -lm -ldl
|
||||
endif
|
||||
|
||||
ifeq ($(TARGET), mingw32)
|
||||
|
||||
Reference in New Issue
Block a user