feat: erased accidentally added engine files
This commit is contained in:
parent
f0fc98b2b8
commit
202693b275
12525 changed files with 0 additions and 6255369 deletions
|
|
@ -1,10 +0,0 @@
|
|||
"""Functions used to generate source files during build time"""
|
||||
|
||||
import os
|
||||
|
||||
|
||||
def make_debug_linuxbsd(target, source, env):
|
||||
dst = str(target[0])
|
||||
os.system('objcopy --only-keep-debug "{0}" "{0}.debugsymbols"'.format(dst))
|
||||
os.system('strip --strip-debug --strip-unneeded "{0}"'.format(dst))
|
||||
os.system('objcopy --add-gnu-debuglink="{0}.debugsymbols" "{0}"'.format(dst))
|
||||
Loading…
Add table
Add a link
Reference in a new issue