mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-12-26 11:11:48 +01:00
Backport from debian, fix hardening-no-fortify-functions.
This commit is contained in:
parent
307c6f5c05
commit
bb6fa78347
@ -305,7 +305,7 @@ else
|
||||
all: $(TARGET)
|
||||
|
||||
%.o: %.c
|
||||
$(CC) -o $@ -c $< $(CFLAGS) $(LIBRETRO_CFLAGS)
|
||||
$(CC) -o $@ -c $< $(CPPFLAGS) $(CFLAGS) $(LIBRETRO_CFLAGS)
|
||||
|
||||
$(TARGET): $(OBJECTS)
|
||||
ifeq ($(STATIC_LINKING), 1)
|
||||
|
Loading…
Reference in New Issue
Block a user