https://linen.dev logo
Join DiscordCommunities
Powered by
# lime
  • s

    square-angle-35096

    02/25/2023, 1:43 PM
    yes that's the issue, that only disables traces for my own code
  • s

    square-angle-35096

    02/25/2023, 1:43 PM
    the haxelibs still trace stuff
  • b

    bulky-insurance-39338

    02/25/2023, 1:43 PM
    also by something like "if"="release" or specific target for
  • b

    bulky-insurance-39338

    02/25/2023, 1:43 PM
    ah, so its lib-specific ?
  • b

    big-angle-82801

    02/25/2023, 1:44 PM
    you can't do that, flags are set universally for all code in a given haxe compilation
  • s

    square-angle-35096

    02/25/2023, 1:44 PM
    apparently yes
  • s

    square-angle-35096

    02/25/2023, 1:44 PM
    why does my libs still trace then
  • b

    bulky-insurance-39338

    02/25/2023, 1:45 PM
  • b

    big-angle-82801

    02/25/2023, 1:45 PM
    wait, so you set
    no-traces
    but it's still tracing?
  • s

    square-angle-35096

    02/25/2023, 1:46 PM
    the haxelibs still trace
  • s

    square-angle-35096

    02/25/2023, 1:46 PM
    only the traces from my own project are disabled
  • b

    bulky-insurance-39338

    02/25/2023, 1:47 PM
    ah, then you have to use no-traces like CRobes sayed or look into documentation of the specific library how to disable it there
  • b

    bulky-insurance-39338

    02/25/2023, 1:49 PM
    (
    --no-traces
    )
  • b

    bulky-insurance-39338

    02/25/2023, 1:49 PM
    or ->
    <haxeflag name="--no-traces" unless="debug" />
    inside of project.xml
  • s

    square-angle-35096

    02/25/2023, 1:50 PM
    that's what i had
  • b

    bulky-insurance-39338

    02/25/2023, 1:50 PM
    or also:
    <haxeflag name="--no-traces" if="release" />
    ;:)
  • s

    square-angle-35096

    02/25/2023, 1:54 PM
    🥹
  • b

    bulky-insurance-39338

    02/25/2023, 1:54 PM
    What's that lib what is doing so much traces ;) = ?
  • s

    square-angle-35096

    02/25/2023, 1:54 PM
    see, flixel is still tracing stuff
  • b

    bulky-insurance-39338

    02/25/2023, 1:55 PM
    aahhh ^^
  • b

    bulky-insurance-39338

    02/25/2023, 1:56 PM
    thats an error - msg ... would ask the flixel-team for what this is (asset problem!)
  • s

    square-angle-35096

    02/25/2023, 1:56 PM
    i do know its an problem with not finding assets
  • s

    square-angle-35096

    02/25/2023, 1:57 PM
    but that's not the issue, the thing is, its still tracing stuff even when i use the no traces define
  • s

    square-angle-35096

    02/25/2023, 1:57 PM
    i made that in purpose to test if it would still trace
  • b

    bulky-insurance-39338

    02/25/2023, 1:57 PM
    is the file not inside asset folder ? (or named "voices.ogg" instead of "Voices.ogg" or something)
  • s

    square-angle-35096

    02/25/2023, 1:57 PM
    .
  • b

    bulky-insurance-39338

    02/25/2023, 2:01 PM
    or try
    exclude="Voices.ogg"
    inside of
    <assets ..>
    (maybe the path)
  • s

    square-angle-35096

    02/25/2023, 2:02 PM
    yes but Voices.ogg is not the problem
  • b

    bulky-insurance-39338

    02/25/2023, 2:02 PM
    o k
  • s

    square-angle-35096

    02/25/2023, 2:02 PM
    i made that error in purpose to see if flixel would still trace on release mode
1...606162...138Latest