Skip to content

Commit 2d8ca78

Browse files
author
Dane Springmeyer
committedJun 20, 2014
[gyp] fix typo in Windows release targets
1 parent 03af9e4 commit 2d8ca78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎common.gypi

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
},
1616
"Release_Win32": {
1717
"msvs_configuration_platform": "Win32",
18-
"defines": [ "DNEBUG"]
18+
"defines": [ "NDEBUG"]
1919
},
2020
"Release_x64": {
2121
"msvs_configuration_platform": "x64",
22-
"defines": [ "DNEBUG"]
22+
"defines": [ "NDEBUG"]
2323
}
2424
}
2525
}

0 commit comments

Comments
 (0)
Please sign in to comment.