Skip to content

Commit

Permalink
update waf, enable gccdeps and msvcdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
nillerusr committed Nov 24, 2023
1 parent 23204fc commit 90e2937
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions waf

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions wscript
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ projects={
'datacache',
'datamodel',
'dmxloader',
'engine',
# 'engine',
'engine/voice_codecs/minimp3',
'filesystem',
'game/client',
Expand Down Expand Up @@ -433,7 +433,7 @@ def check_deps(conf):
# conf.multicheck(*a, run_all_tests = True, mandatory = True)

def configure(conf):
conf.load('fwgslib reconfigure compiler_optimizations')
conf.load('fwgslib reconfigure compiler_c compiler_cxx compiler_optimizations gccdeps msvcdeps')

# Force XP compability, all build targets should add
# subsystem=bld.env.MSVC_SUBSYSTEM
Expand Down Expand Up @@ -495,7 +495,7 @@ def configure(conf):
cflags, linkflags = conf.get_optimization_flags()


flags = []
flags = [] #'-M -MT']

if conf.options.SANITIZE:
flags += ['-fsanitize=%s'%conf.options.SANITIZE, '-fno-sanitize=vptr']
Expand Down

0 comments on commit 90e2937

Please sign in to comment.