diff --git a/project.json b/project.json index 35cb346..a0d2d50 100644 --- a/project.json +++ b/project.json @@ -36,10 +36,7 @@ "configurations": [ { "name": "release", - "output_path": "build/release", - "define_constants": { - "DEBUG": "0" - } + "output_path": "build/release" } ] }