mirror of
https://gitlab.com/square-game-liberation-front/F.E.I.S.git
synced 2025-02-28 23:41:33 +01:00
Try using -mwindows
This commit is contained in:
parent
fc49f55829
commit
d589a7746d
@ -52,6 +52,10 @@ foreach lib, lib_sources : include_sources
|
||||
sources += lib_sources
|
||||
endforeach
|
||||
|
||||
if target_machine.system() == 'windows'
|
||||
add_project_arguments('-mwindows', language : 'cpp')
|
||||
endif
|
||||
|
||||
executable(
|
||||
'FEIS',
|
||||
sources: sources,
|
||||
@ -60,5 +64,4 @@ executable(
|
||||
inc,
|
||||
configuration_inc,
|
||||
],
|
||||
cpp_args: ['-march=native'],
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user