Updated Build System
This commit is contained in:
parent
539a180f76
commit
3c89ebe4a1
2 changed files with 5 additions and 2 deletions
3
.idea/php.xml
generated
3
.idea/php.xml
generated
|
@ -26,6 +26,9 @@
|
|||
<component name="PhpStanOptionsConfiguration">
|
||||
<option name="transferred" value="true" />
|
||||
</component>
|
||||
<component name="PhpTerminalSettingsCustomizer">
|
||||
<option name="myIsInterpreterAdded" value="false" />
|
||||
</component>
|
||||
<component name="PhpUnit">
|
||||
<phpunit_settings>
|
||||
<PhpUnitSettings load_method="PHPUNIT_PHAR" custom_loader_path="$USER_HOME$/phpunit.phar" phpunit_phar_path="$USER_HOME$/phpunit.phar" />
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
{
|
||||
"name": "debug-executable",
|
||||
"build_type": "executable",
|
||||
"output": "build/release/debug_executable_gz",
|
||||
"output": "build/debug/debug_executable_gz",
|
||||
"options": {
|
||||
"ncc_configuration": "debug"
|
||||
}
|
||||
|
@ -121,7 +121,7 @@
|
|||
{
|
||||
"name": "debug-compressed-executable",
|
||||
"build_type": "executable",
|
||||
"output": "build/release/debug_compressed_executable",
|
||||
"output": "build/debug/debug_compressed_executable",
|
||||
"options": {
|
||||
"ncc_configuration": "debug-compressed"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue