update
This commit is contained in:
@@ -2,7 +2,8 @@ project('scuffedcraft', 'c')
|
||||
|
||||
cargs = [
|
||||
'-std=c99',
|
||||
'-Og'
|
||||
'-Og',
|
||||
'-g',
|
||||
]
|
||||
if host_machine.system() == 'windows'
|
||||
cargs += [
|
||||
@@ -15,5 +16,5 @@ endif
|
||||
executable(
|
||||
'scuffedcraft',
|
||||
'./src/main.c',
|
||||
c_args: cargs
|
||||
c_args: cargs,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user