mirror of
https://gitlab.com/square-game-liberation-front/F.E.I.S.git
synced 2025-03-01 07:50:25 +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
|
sources += lib_sources
|
||||||
endforeach
|
endforeach
|
||||||
|
|
||||||
|
if target_machine.system() == 'windows'
|
||||||
|
add_project_arguments('-mwindows', language : 'cpp')
|
||||||
|
endif
|
||||||
|
|
||||||
executable(
|
executable(
|
||||||
'FEIS',
|
'FEIS',
|
||||||
sources: sources,
|
sources: sources,
|
||||||
@ -60,5 +64,4 @@ executable(
|
|||||||
inc,
|
inc,
|
||||||
configuration_inc,
|
configuration_inc,
|
||||||
],
|
],
|
||||||
cpp_args: ['-march=native'],
|
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user