Eliovp / amdmemorytweak

Read and modify memory timings on the fly
GNU General Public License v3.0
308 stars 81 forks source link

Modify your build command? #3

Closed marcrblevins closed 5 years ago

marcrblevins commented 5 years ago

Can you please change your build command from: g++ amdmemorytweak.cpp -lpci -lresolv

To: g++ amdmemorytweak.cpp -lpci -lresolv -o amdmemorytweak

Otherwise it produces executalbe a.out

Cheers, Marc

Eliovp commented 5 years ago

Fair point! Bad assumption to think that most people would automatically do this :)

Thank you for your suggestion!