mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-03-23 11:22:05 +00:00
-fstack-protector-all aktiviert.
This commit is contained in:
parent
91b84e1aac
commit
d773fb3f56
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -45,12 +45,12 @@ CC = gcc
|
|||
|
||||
ifeq ($(ARCH),i386)
|
||||
CFLAGS_BASE = -O2 -fno-strict-aliasing -fomit-frame-pointer \
|
||||
-fstack-protector -Wall -pipe -g
|
||||
-fstack-protector-all -Wall -pipe -g
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),x86_64)
|
||||
CFLAGS_BASE = -O2 -fomit-frame-pointer -fno-strict-aliasing \
|
||||
-fstack-protector -Wall -pipe -g
|
||||
-fstack-protector-all -Wall -pipe -g
|
||||
endif
|
||||
|
||||
# Uncomment this if your Mesa3D is broken
|
||||
|
|
Loading…
Reference in a new issue