Skip to content

Commit

Permalink
Merge pull request #773 from neutronimaging/issue761_testing_conan_pr…
Browse files Browse the repository at this point in the history
…ofile

Add a testing conan profile for Linux
  • Loading branch information
anderskaestner authored Feb 9, 2025
2 parents 8f18590 + f67aae8 commit d6d9b3c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions profiles/linux_gcc_11_testing
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[settings]
os=Linux
arch=x86_64
build_type=Release
compiler=gcc
compiler.version=11
compiler.cppstd=17
compiler.libcxx=libstdc++11
[options]
[conf]
tools.build:cflags=['-pg', '-fsanitize=address']
tools.build:cxxflags=['-pg', '-fsanitize=address']
tools.build:exelinkflags=['-fsanitize=address']
tools.build:sharedlinkflags=['-fsanitize=address']

0 comments on commit d6d9b3c

Please sign in to comment.