]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - avr.cmake
Completing CMake variable generation for USB parameters (AVR Support)
[kiibohd-controller.git] / avr.cmake
index 7bed316539c65ae266a7850d3482a29657beed03..c39ed0daa6eb43b11827700eeacca9f9061a0e4f 100644 (file)
--- a/avr.cmake
+++ b/avr.cmake
@@ -72,7 +72,7 @@ set( WARN "-Wall -Wstrict-prototypes" )
 #| Tuning Options
 #|  -f...:        tuning, see GCC manual and avr-libc documentation
 #| NOTE: -fshort-wchar is specified to allow USB strings be passed conveniently
-set( TUNING "-funsigned-char -funsigned-bitfields -ffunction-sections -fpack-struct -fshort-enums -fshort-wchar" )
+set( TUNING "-funsigned-char -funsigned-bitfields -ffunction-sections -fpack-struct -fshort-enums" )
 
 
 #| Optimization level, can be [0, 1, 2, 3, s].