mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-23 01:30:58 +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
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifdef GCC45
|
||||||
|
opts+=-fwrapv
|
||||||
|
endif
|
||||||
|
|
||||||
ifdef VALGRIND
|
ifdef VALGRIND
|
||||||
ifdef GCC46
|
ifdef GCC46
|
||||||
WFLAGS+=-Wno-error=unused-but-set-variable
|
WFLAGS+=-Wno-error=unused-but-set-variable
|
||||||
|
|
Loading…
Reference in a new issue