diff --git a/project.json b/project.json index 53adfdc..667e4a1 100644 --- a/project.json +++ b/project.json @@ -38,10 +38,7 @@ "configurations": [ { "name": "release", - "output_path": "build/release", - "define_constants": { - "DEBUG": "0" - } + "output_path": "build/release" } ] }