nbproject/configurations.xml
author František Kučera <franta-hg@frantovo.cz>
Sat, 25 Aug 2018 11:43:54 +0200
branchv_0
changeset 1 3baaddffae5b
parent 0 f3c48d58d591
child 2 31ef97e63eb0
permissions -rw-r--r--
add AddressSanitizer (ASan): -fsanitize=address
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     2
<configurationDescriptor version="100">
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     3
  <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     4
    <logicalFolder name="HeaderFiles"
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     5
                   displayName="Header Files"
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     6
                   projectFiles="true">
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     7
    </logicalFolder>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     8
    <logicalFolder name="ResourceFiles"
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     9
                   displayName="Resource Files"
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    10
                   projectFiles="true">
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    11
    </logicalFolder>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    12
    <logicalFolder name="SourceFiles"
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    13
                   displayName="Source Files"
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    14
                   projectFiles="true">
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    15
    </logicalFolder>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    16
    <logicalFolder name="TestFiles"
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    17
                   displayName="Test Files"
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    18
                   projectFiles="false"
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    19
                   kind="TEST_LOGICAL_FOLDER">
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    20
    </logicalFolder>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    21
    <logicalFolder name="ExternalFiles"
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    22
                   displayName="Important Files"
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    23
                   projectFiles="false"
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    24
                   kind="IMPORTANT_FILES_FOLDER">
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    25
      <itemPath>Makefile</itemPath>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    26
    </logicalFolder>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    27
  </logicalFolder>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    28
  <projectmakefile>Makefile</projectmakefile>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    29
  <confs>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    30
    <conf name="Debug" type="1">
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    31
      <toolsSet>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    32
        <compilerSet>default</compilerSet>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    33
        <dependencyChecking>true</dependencyChecking>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    34
        <rebuildPropChanged>false</rebuildPropChanged>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    35
      </toolsSet>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    36
      <compileType>
1
3baaddffae5b add AddressSanitizer (ASan): -fsanitize=address
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    37
        <ccTool>
3baaddffae5b add AddressSanitizer (ASan): -fsanitize=address
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    38
          <commandLine>-fsanitize=address</commandLine>
3baaddffae5b add AddressSanitizer (ASan): -fsanitize=address
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    39
        </ccTool>
0
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    40
      </compileType>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    41
    </conf>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    42
    <conf name="Release" type="1">
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    43
      <toolsSet>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    44
        <compilerSet>default</compilerSet>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    45
        <dependencyChecking>true</dependencyChecking>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    46
        <rebuildPropChanged>false</rebuildPropChanged>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    47
      </toolsSet>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    48
      <compileType>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    49
        <cTool>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    50
          <developmentMode>5</developmentMode>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    51
        </cTool>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    52
        <ccTool>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    53
          <developmentMode>5</developmentMode>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    54
        </ccTool>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    55
        <fortranCompilerTool>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    56
          <developmentMode>5</developmentMode>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    57
        </fortranCompilerTool>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    58
        <asmTool>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    59
          <developmentMode>5</developmentMode>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    60
        </asmTool>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    61
      </compileType>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    62
    </conf>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    63
  </confs>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    64
</configurationDescriptor>