mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-22 09:57:21 +01:00
scripts: waf: psvita: remove fsigned-char and GNU_SOURCE
This commit is contained in:
parent
a98ed47403
commit
6b43f5af25
@ -480,16 +480,11 @@ class PSVita:
|
|||||||
# this optimization is broken in vitasdk
|
# this optimization is broken in vitasdk
|
||||||
cflags += ['-fno-optimize-sibling-calls']
|
cflags += ['-fno-optimize-sibling-calls']
|
||||||
# disable some ARM bullshit
|
# disable some ARM bullshit
|
||||||
cflags += ['-fsigned-char', '-fno-short-enums', '-Wno-attributes']
|
cflags += ['-fno-short-enums', '-Wno-attributes']
|
||||||
# base include dir
|
# base include dir
|
||||||
cflags += ['-isystem %s/arm-vita-eabi/include' % self.vitasdk_dir]
|
cflags += ['-isystem %s/arm-vita-eabi/include' % self.vitasdk_dir]
|
||||||
# SDL include dir
|
# SDL include dir
|
||||||
cflags += ['-I%s/arm-vita-eabi/include/SDL2' % self.vitasdk_dir]
|
cflags += ['-I%s/arm-vita-eabi/include/SDL2' % self.vitasdk_dir]
|
||||||
# the game wants GNU extensions
|
|
||||||
if cxx:
|
|
||||||
cflags += ['-std=gnu++17', '-D_GNU_SOURCE']
|
|
||||||
else:
|
|
||||||
cflags += ['-std=gnu11', '-D_GNU_SOURCE']
|
|
||||||
return cflags
|
return cflags
|
||||||
|
|
||||||
# they go before object list
|
# they go before object list
|
||||||
|
Loading…
Reference in New Issue
Block a user