mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-22 17:21:24 +00:00
Pass -fwrapv to GCC compilation flags
This commit is contained in:
parent
dfd05c6172
commit
ede41c474b
1 changed files with 4 additions and 0 deletions
|
@ -160,6 +160,10 @@ opts+=-O0
|
|||
endif
|
||||
endif
|
||||
|
||||
ifdef GCC45
|
||||
opts+=-fwrapv
|
||||
endif
|
||||
|
||||
ifdef VALGRIND
|
||||
ifdef GCC46
|
||||
WFLAGS+=-Wno-error=unused-but-set-variable
|
||||
|
|
Loading…
Reference in a new issue