mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-07 12:50:38 +08:00
waf: psp profiling flags for c++
This commit is contained in:
@@ -470,6 +470,7 @@ def configure(conf):
|
||||
if conf.options.PROFILING:
|
||||
conf.env.LDFLAGS += ['-lpspprof']
|
||||
conf.env.CFLAGS += ['-pg']
|
||||
conf.env.CXXFLAGS += ['-pg']
|
||||
conf.env.LDFLAGS += psp.stdlibs()
|
||||
|
||||
conf.env.DEST_OS2 = 'psp'
|
||||
|
||||
Reference in New Issue
Block a user